From: geoffk Date: Wed, 1 Nov 2006 04:53:33 +0000 (+0000) Subject: PR 15834 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b67620c6f15f0bfc0b29b45ba8774379562217b9;p=thirdparty%2Fgcc.git PR 15834 * config/darwin.h (NO_IMPLICIT_EXTERN_C): Define. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@118358 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0b9caa31f2e9..69d697d74187 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2006-10-31 Geoffrey Keating + + PR 15834 + * config/darwin.h (NO_IMPLICIT_EXTERN_C): Define. + 2006-10-31 Geoffrey Keating * c-decl.c (grokdeclarator): Don't set DECL_EXTERNAL on diff --git a/gcc/config/darwin.h b/gcc/config/darwin.h index 43288f758e5e..05b34726ff70 100644 --- a/gcc/config/darwin.h +++ b/gcc/config/darwin.h @@ -40,6 +40,9 @@ Boston, MA 02110-1301, USA. */ #define OBJECT_FORMAT_MACHO +/* Don't assume anything about the header files. */ +#define NO_IMPLICIT_EXTERN_C + /* Suppress g++ attempt to link in the math library automatically. */ #define MATH_LIBRARY ""