summaryrefslogtreecommitdiffstats
path: root/c/src
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-08-10 15:02:23 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-08-10 15:02:23 +0000
commit2fe7208306ab8000f4f5cd5bbc23fba830a808d8 (patch)
tree3c3f4571952e7970f9fe7da27744b70c242c200e /c/src
parentPatch rtems-rc-19990709-6-diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-2fe7208306ab8000f4f5cd5bbc23fba830a808d8.tar.bz2
Added NO_IMPLICIT_EXTERN_C at suggestion of Jason Merrill.
Diffstat (limited to 'c/src')
-rw-r--r--c/src/exec/rtems/include/rtems.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/c/src/exec/rtems/include/rtems.h b/c/src/exec/rtems/include/rtems.h
index 01c0b8478b..ddd7ca82d7 100644
--- a/c/src/exec/rtems/include/rtems.h
+++ b/c/src/exec/rtems/include/rtems.h
@@ -19,6 +19,8 @@
#ifndef __RTEMS_RTEMS_GENERIC_h
#define __RTEMS_RTEMS_GENERIC_h
+#define NO_IMPLICIT_EXTERN_C 1
+
#ifdef __cplusplus
extern "C" {
#endif