From 442a388f1e8ab4b592ffcf8afbf73568d7be3755 Mon Sep 17 00:00:00 2001 From: wilson Date: Tue, 26 Jul 1994 17:48:56 +0000 Subject: [PATCH] (NO_IMPLICIT_EXTERN_C): Define. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7795 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/config/mips/iris5.h | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.7.4