From 1486ce347c73fb490d22489e1fde4167a2e4ed37 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Tue, 15 Nov 1994 19:06:55 -0500 Subject: [PATCH] (NO_IMPLICIT_EXTERN_C): Define. From-SVN: r8448 --- gcc/config/i386/freebsd.h | 3 +++ 1 file changed, 3 insertions(+) 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. */ -- 2.30.2