From: Richard Kenner Date: Wed, 16 Nov 1994 00:06:55 +0000 (-0500) Subject: (NO_IMPLICIT_EXTERN_C): Define. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1486ce347c73fb490d22489e1fde4167a2e4ed37;p=gcc.git (NO_IMPLICIT_EXTERN_C): Define. From-SVN: r8448 --- diff --git a/gcc/config/i386/freebsd.h b/gcc/config/i386/freebsd.h index 5709211003b..10a486d8c01 100644 --- a/gcc/config/i386/freebsd.h +++ b/gcc/config/i386/freebsd.h @@ -25,6 +25,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* This is tested by i386gas.h. */ #define YES_UNDERSCORES +/* Don't assume anything about the header files. */ +#define NO_IMPLICIT_EXTERN_C + #include "i386/gstabs.h" /* Get perform_* macros to build libgcc.a. */