summaryrefslogtreecommitdiffstats
path: root/c/src/librtems++
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-08-30 15:02:20 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-08-30 15:02:20 +0000
commite49d7c3df203d087a5d5a6917eefd08c5cb28491 (patch)
tree4546408a5915c5e13234f513daa2a05a2caa75c0 /c/src/librtems++
parentPatch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>: (diff)
downloadrtems-e49d7c3df203d087a5d5a6917eefd08c5cb28491.tar.bz2
Removed definition of NO_IMPLICIT_EXTERN_C since it is supposed to be
in the compiler not in the header file.
Diffstat (limited to 'c/src/librtems++')
-rw-r--r--c/src/librtems++/src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/librtems++/src/Makefile.in b/c/src/librtems++/src/Makefile.in
index 379bfff8fd..1bad1b6d50 100644
--- a/c/src/librtems++/src/Makefile.in
+++ b/c/src/librtems++/src/Makefile.in
@@ -34,7 +34,7 @@ INSTALL_CHANGE = @INSTALL_CHANGE@
# Add local stuff here using +=
#
-DEFINES += -DNO_IMPLICIT_EXTERN_C=1
+DEFINES +=
CPPFLAGS +=
CFLAGS += $(LIBC_DEFINES)