diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1994-07-26 10:48:56 -0700 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1994-07-26 10:48:56 -0700 |
commit | f1f8fc979062749705704618132f7b5a2ebd92b9 (patch) | |
tree | c22f46b698ae647eadd000945446c707a4d9bf7a /gcc | |
parent | 16eb71695f8072120d9e33687d46bc5869553346 (diff) | |
download | gcc-f1f8fc979062749705704618132f7b5a2ebd92b9.zip gcc-f1f8fc979062749705704618132f7b5a2ebd92b9.tar.gz gcc-f1f8fc979062749705704618132f7b5a2ebd92b9.tar.bz2 |
(NO_IMPLICIT_EXTERN_C): Define.
From-SVN: r7795
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/mips/iris5.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/mips/iris5.h b/gcc/config/mips/iris5.h index e2d6790..879fe39 100644 --- a/gcc/config/mips/iris5.h +++ b/gcc/config/mips/iris5.h @@ -90,6 +90,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* We do not want to run mips-tfile! */ #undef ASM_FINAL_SPEC +/* The system header files are C++ aware. */ +#define NO_IMPLICIT_EXTERN_C 1 + /* We don't support debugging info for now. */ #undef DBX_DEBUGGING_INFO #undef SDB_DEBUGGING_INFO |