diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-05-07 20:12:07 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-05-07 20:12:07 +0000 |
commit | 8c23b8da087f8620e8e55a7d06bc55a85711f17b (patch) | |
tree | cc43f085e16ec91bd9e936f1e201f7a65f27ea8c /gcc/config/ia64/hpux.h | |
parent | c5ef302f84646442a99029338ee3a7a657ea0c68 (diff) | |
download | gcc-8c23b8da087f8620e8e55a7d06bc55a85711f17b.tar.gz |
* config/ia64/hpux.h (NO_IMPLICIT_EXTERN_C): Define.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99362 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/ia64/hpux.h')
-rw-r--r-- | gcc/config/ia64/hpux.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/ia64/hpux.h b/gcc/config/ia64/hpux.h index 66e3a613e32..396094fc668 100644 --- a/gcc/config/ia64/hpux.h +++ b/gcc/config/ia64/hpux.h @@ -205,3 +205,6 @@ do { \ /* Put all *tf routines in libgcc, regardless of long double size. */ #undef LIBGCC2_HAS_TF_MODE #define LIBGCC2_HAS_TF_MODE 1 + +/* HP-UX headers are C++-compatible. */ +#define NO_IMPLICIT_EXTERN_C |