]> gcc.gnu.org Git - gcc.git/commitdiff
Define NO_IMPLICIT_EXTERN_C
authorMichael Meissner <meissner@gcc.gnu.org>
Fri, 22 Jul 1994 13:32:49 +0000 (13:32 +0000)
committerMichael Meissner <meissner@gcc.gnu.org>
Fri, 22 Jul 1994 13:32:49 +0000 (13:32 +0000)
From-SVN: r7791

gcc/config/i386/go32.h

index 910bc7da24a1accbc69c6181a9171a7a448179fe..0aaa4e1ab7bb58801dbee1f93cf546cb520957b0 100644 (file)
@@ -1,5 +1,8 @@
 /* Configuration for an i386 running MS-DOS with djgpp/go32.  */
 
 /* Configuration for an i386 running MS-DOS with djgpp/go32.  */
 
+/* Don't assume anything about the header files. */
+#define NO_IMPLICIT_EXTERN_C
+
 #define YES_UNDERSCORES
 
 #include "i386/gas.h"
 #define YES_UNDERSCORES
 
 #include "i386/gas.h"
This page took 0.062039 seconds and 5 git commands to generate.