summaryrefslogtreecommitdiffstats
path: root/cpukit
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 /cpukit
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 'cpukit')
-rw-r--r--cpukit/rtems/include/rtems.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpukit/rtems/include/rtems.h b/cpukit/rtems/include/rtems.h
index ddd7ca82d7..01c0b8478b 100644
--- a/cpukit/rtems/include/rtems.h
+++ b/cpukit/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