summaryrefslogtreecommitdiff
path: root/gcc/config/pa/pa-hpux.h
diff options
context:
space:
mode:
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>1993-11-05 21:51:44 +0000
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>1993-11-05 21:51:44 +0000
commit9629e24945c01c468cdc098c8da2b1319f6eb99d (patch)
tree85e5f83dbf853b64749d768a36100ed4fdcb3abf /gcc/config/pa/pa-hpux.h
parentc8a156c3e9e50924fbd2e46a8094af8ed95d35b8 (diff)
downloadgcc-9629e24945c01c468cdc098c8da2b1319f6eb99d.tar.gz
(NO_IMPLICIT_EXTERN_C): Define.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6016 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/pa/pa-hpux.h')
-rw-r--r--gcc/config/pa/pa-hpux.h4
1 files changed, 4 insertions, 0 deletions
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