OSDN Git Service

2004-12-07 Eric Christopher <echristo@redhat.com>
authorechristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 7 Dec 2004 22:47:41 +0000 (22:47 +0000)
committerechristo <echristo@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 7 Dec 2004 22:47:41 +0000 (22:47 +0000)
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

gcc/ChangeLog
gcc/config/netbsd.h

index fb4c7f6..71c594b 100644 (file)
@@ -1,5 +1,10 @@
 2004-12-07  Eric Christopher  <echristo@redhat.com>
 
+       PR target/16317
+       * config/netbsd.h (NO_IMPLICIT_EXTERN_C): Define.
+
+2004-12-07  Eric Christopher  <echristo@redhat.com>
+
        * config/mips/mips-protos.h (mips_valid_pointer_mode): Move
        prototype...
        * config/mips/mips.c: ... here. Make static.
index 7b3cc3b..2c078af 100644 (file)
@@ -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>.  */