(NO_IMPLICIT_EXTERN_C): Define.
authorRichard Stallman <rms@gnu.org>
Fri, 5 Nov 1993 21:51:44 +0000 (21:51 +0000)
committerRichard Stallman <rms@gnu.org>
Fri, 5 Nov 1993 21:51:44 +0000 (21:51 +0000)
From-SVN: r6016

gcc/config/pa/pa-hpux.h

index b98b0cc2729d1dba946f235fec2d72d5a0b11f47..c1208cb8e389e6929a67fef2656fc45e48f43204 100644 (file)
@@ -47,3 +47,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #undef LINK_SPEC
 #define LINK_SPEC "-u main %{static: -a archive}%{g: -a archive}"
+
+/* hpux8 and later have C++ compatable include files, so do not
+   pretend they are `extern "C"'.  */
+#define NO_IMPLICIT_EXTERN_C