diff options
author | echristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-12-07 22:47:41 +0000 |
---|---|---|
committer | echristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-12-07 22:47:41 +0000 |
commit | 67225a62085350b09095dd386e8acb6107fed7b4 (patch) | |
tree | 7c8c0499f92ec9174d31a2d24f6c069c9f79e375 /gcc/config/netbsd.h | |
parent | c8d752e6f7e93d5165730f60831ae927f0800f1d (diff) | |
download | gcc-67225a62085350b09095dd386e8acb6107fed7b4.tar.gz |
2004-12-07 Eric Christopher <echristo@redhat.com>
PR target/16317
* config/netbsd.h (NO_IMPLICIT_EXTERN_C): Define.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91831 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/netbsd.h')
-rw-r--r-- | gcc/config/netbsd.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/netbsd.h b/gcc/config/netbsd.h index 7b3cc3b5651..2c078af8898 100644 --- a/gcc/config/netbsd.h +++ b/gcc/config/netbsd.h @@ -163,6 +163,9 @@ Boston, MA 02111-1307, USA. */ #define HANDLE_SYSV_PRAGMA 1 +/* Don't assume anything about the header files. */ +#undef NO_IMPLICIT_EXTERN_C +#define NO_IMPLICIT_EXTERN_C 1 /* Define some types that are the same on all NetBSD platforms, making them agree with <machine/ansi.h>. */ |