From: Joseph Myers Date: Sat, 7 May 2005 20:12:07 +0000 (+0100) Subject: * config/ia64/hpux.h (NO_IMPLICIT_EXTERN_C): Define. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bdeb7efa696d7677ae878bcc88cef0a7377f71c9;p=gcc.git * config/ia64/hpux.h (NO_IMPLICIT_EXTERN_C): Define. From-SVN: r99362 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 9c7b29c838d..e38ca345d77 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2005-05-07 Joseph S. Myers + + * config/ia64/hpux.h (NO_IMPLICIT_EXTERN_C): Define. + 2005-05-07 Hans-Peter Nilsson PR target/21441 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