diff options
author | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1994-11-16 00:06:55 +0000 |
---|---|---|
committer | kenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1994-11-16 00:06:55 +0000 |
commit | 784d323471acf426584d18794cdc88a8f8d453d4 (patch) | |
tree | 4c969539574023afeb93b26887f3c058d034491e /gcc/config/i386/freebsd.h | |
parent | ccc8d287ef8f16ac0842468779622de02f0e91c4 (diff) | |
download | gcc-784d323471acf426584d18794cdc88a8f8d453d4.tar.gz |
(NO_IMPLICIT_EXTERN_C): Define.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@8448 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386/freebsd.h')
-rw-r--r-- | gcc/config/i386/freebsd.h | 3 |
1 files changed, 3 insertions, 0 deletions
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. */ |