diff options
author | Richard Stallman <rms@gnu.org> | 1993-11-05 21:51:44 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1993-11-05 21:51:44 +0000 |
commit | 687c8bf5f7be740906eba8f0891eb700c48db10d (patch) | |
tree | 85e5f83dbf853b64749d768a36100ed4fdcb3abf /gcc/config/pa | |
parent | c9a8a295f8a7bfc5ee71ea636ab9f6d8a7c362c3 (diff) | |
download | gcc-687c8bf5f7be740906eba8f0891eb700c48db10d.zip gcc-687c8bf5f7be740906eba8f0891eb700c48db10d.tar.gz gcc-687c8bf5f7be740906eba8f0891eb700c48db10d.tar.bz2 |
(NO_IMPLICIT_EXTERN_C): Define.
From-SVN: r6016
Diffstat (limited to 'gcc/config/pa')
-rw-r--r-- | gcc/config/pa/pa-hpux.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config/pa/pa-hpux.h b/gcc/config/pa/pa-hpux.h index b98b0cc..c1208cb 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 |