summaryrefslogtreecommitdiffstats
path: root/c
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
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')
-rw-r--r--c/src/exec/rtems/include/rtems.h2
-rw-r--r--c/src/lib/librtems++/Makefile.in2
-rw-r--r--c/src/librtems++/src/Makefile.in2
3 files changed, 2 insertions, 4 deletions
diff --git a/c/src/exec/rtems/include/rtems.h b/c/src/exec/rtems/include/rtems.h
index ddd7ca82d7..01c0b8478b 100644
--- a/c/src/exec/rtems/include/rtems.h
+++ b/c/src/exec/rtems/include/rtems.h
@@ -19,8 +19,6 @@
#ifndef __RTEMS_RTEMS_GENERIC_h
#define __RTEMS_RTEMS_GENERIC_h
-#define NO_IMPLICIT_EXTERN_C 1
-
#ifdef __cplusplus
extern "C" {
#endif
diff --git a/c/src/lib/librtems++/Makefile.in b/c/src/lib/librtems++/Makefile.in
index 379bfff8fd..1bad1b6d50 100644
--- a/c/src/lib/librtems++/Makefile.in
+++ b/c/src/lib/librtems++/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)
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)