From: Jason Merrill Date: Wed, 18 May 1994 06:46:33 +0000 (+0000) Subject: #define NO_IMPLICIT_EXTERN_C X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=607ca0aac37b5c6c5dd79155900d41d3c6610297;p=gcc.git #define NO_IMPLICIT_EXTERN_C From-SVN: r7326 --- diff --git a/gcc/config/m68k/hp320.h b/gcc/config/m68k/hp320.h index 54220c0f785..af452cf6c60 100644 --- a/gcc/config/m68k/hp320.h +++ b/gcc/config/m68k/hp320.h @@ -684,3 +684,7 @@ do { register int i; \ #define LEGITIMATE_PIC_OPERAND_P(X) \ (! symbolic_operand (X, VOIDmode) \ || ((GET_CODE(X) == SYMBOL_REF) && SYMBOL_REF_FLAG(X))) + +/* hpux8 and later have C++ compatable include files, so do not + pretend they are `extern "C"'. */ +#define NO_IMPLICIT_EXTERN_C