summaryrefslogtreecommitdiff
path: root/gcc/config/netbsd.h
diff options
context:
space:
mode:
authorechristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4>2004-12-07 22:47:41 +0000
committerechristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4>2004-12-07 22:47:41 +0000
commit67225a62085350b09095dd386e8acb6107fed7b4 (patch)
tree7c8c0499f92ec9174d31a2d24f6c069c9f79e375 /gcc/config/netbsd.h
parentc8d752e6f7e93d5165730f60831ae927f0800f1d (diff)
downloadgcc-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.h3
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>. */