From 687c8bf5f7be740906eba8f0891eb700c48db10d Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Fri, 5 Nov 1993 21:51:44 +0000 Subject: [PATCH] (NO_IMPLICIT_EXTERN_C): Define. From-SVN: r6016 --- gcc/config/pa/pa-hpux.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gcc/config/pa/pa-hpux.h b/gcc/config/pa/pa-hpux.h index b98b0cc2729..c1208cb8e38 100644 --- a/gcc/config/pa/pa-hpux.h +++ b/gcc/config/pa/pa-hpux.h @@ -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 -- 2.30.2