diff options
author | roland <roland@138bc75d-0d04-0410-961f-82ee72b054a4> | 1994-12-06 11:15:08 +0000 |
---|---|---|
committer | roland <roland@138bc75d-0d04-0410-961f-82ee72b054a4> | 1994-12-06 11:15:08 +0000 |
commit | eea64d8239f25d7927523e827f5f3a554bd0a441 (patch) | |
tree | 345d83bb85a630a183fdb6af0583d838d128b740 /gcc/config/gnu.h | |
parent | 42a5c8b12c3fa84089e517f442f342166373cb7a (diff) | |
download | gcc-eea64d8239f25d7927523e827f5f3a554bd0a441.tar.gz |
(NO_IMPLICIT_EXTERN_C): Define it.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@8614 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/gnu.h')
-rw-r--r-- | gcc/config/gnu.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/config/gnu.h b/gcc/config/gnu.h index ca011429c51..f565f292714 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 |