aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/gnu.h
diff options
context:
space:
mode:
authorRoland McGrath <roland@gcc.gnu.org>1994-12-06 11:15:08 +0000
committerRoland McGrath <roland@gcc.gnu.org>1994-12-06 11:15:08 +0000
commitc5350a6ddf7faf569c08a3996de1169a8c302442 (patch)
tree345d83bb85a630a183fdb6af0583d838d128b740 /gcc/config/gnu.h
parentf27719d53ef37b54db5bd63d0fec756e37eb344d (diff)
downloadgcc-c5350a6ddf7faf569c08a3996de1169a8c302442.zip
gcc-c5350a6ddf7faf569c08a3996de1169a8c302442.tar.gz
gcc-c5350a6ddf7faf569c08a3996de1169a8c302442.tar.bz2
(NO_IMPLICIT_EXTERN_C): Define it.
From-SVN: r8614
Diffstat (limited to 'gcc/config/gnu.h')
-rw-r--r--gcc/config/gnu.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/config/gnu.h b/gcc/config/gnu.h
index ca01142..f565f29 100644
--- a/gcc/config/gnu.h
+++ b/gcc/config/gnu.h
@@ -14,8 +14,11 @@
#define LIB_SPEC "%{bsd:-lbsd-compat} %{!p:%{!pg:-lc}}%{p:-lc_p}%{pg:-lc_p}"
-/* We have atexit). */
+/* We have atexit. */
#define HAVE_ATEXIT
/* Implicit library calls should use memcpy, not bcopy, etc. */
#define TARGET_MEM_FUNCTIONS
+
+/* The system headers under GNU are C++-aware. */
+#define NO_IMPLICIT_EXTERN_C