diff options
author | Jason Merrill <merrill@gnu.org> | 1994-06-01 23:00:15 +0000 |
---|---|---|
committer | Jason Merrill <merrill@gnu.org> | 1994-06-01 23:00:15 +0000 |
commit | 302499a9fe7ef4b4918e307fb326536f66d03835 (patch) | |
tree | 5b358c439d392baecb7c24f8a7f7bff129b540f6 | |
parent | 0f447ef2fc23506ece9a97fd8ab6314ffb89d51a (diff) | |
download | gcc-302499a9fe7ef4b4918e307fb326536f66d03835.zip gcc-302499a9fe7ef4b4918e307fb326536f66d03835.tar.gz gcc-302499a9fe7ef4b4918e307fb326536f66d03835.tar.bz2 |
#define NO_IMPLICIT_EXTERN_C.
From-SVN: r7419
-rw-r--r-- | gcc/config/i386/sco4.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/config/i386/sco4.h b/gcc/config/i386/sco4.h index 952e65a..e15601e 100644 --- a/gcc/config/i386/sco4.h +++ b/gcc/config/i386/sco4.h @@ -1,6 +1,6 @@ /* Definitions for Intel 386 running SCO Unix System V 3.2 Version 4. Written by Chip Salzenberg. - Copyright (C) 1992 Free Software Foundation, Inc. + Copyright (C) 1992, 1994 Free Software Foundation, Inc. This file is part of GNU CC. @@ -79,3 +79,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -DM_COFF -DM_BITFIELDS -DM_WORDSWAP \ %{scointl:-D_M_INTERNAT -DM_INTERNAT} \ %{traditional:-D_KR -D_SVID -D_NO_PROTOTYPE}}}}" + +/* The system headers are C++-aware. */ +#define NO_IMPLICIT_EXTERN_C |