#define NO_IMPLICIT_EXTERN_C
authorJason Merrill <merrill@gnu.org>
Wed, 18 May 1994 06:46:33 +0000 (06:46 +0000)
committerJason Merrill <merrill@gnu.org>
Wed, 18 May 1994 06:46:33 +0000 (06:46 +0000)
From-SVN: r7326

gcc/config/m68k/hp320.h

index 54220c0f785c36446f483942090caf0ab1c2ac3f..af452cf6c60a869154606ba5c75a6ee607939bb6 100644 (file)
@@ -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