]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR target/15834 (NO_IMPLICIT_EXTERN_C should be gotten rid of)
authorGeoffrey Keating <geoffk@apple.com>
Wed, 1 Nov 2006 04:53:33 +0000 (04:53 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Wed, 1 Nov 2006 04:53:33 +0000 (04:53 +0000)
PR 15834
* config/darwin.h (NO_IMPLICIT_EXTERN_C): Define.

From-SVN: r118358

gcc/ChangeLog
gcc/config/darwin.h

index 0b9caa31f2e91674da240d3f26ee9120793e6a08..69d697d741879c04b64b0864efffd30b5888de1f 100644 (file)
@@ -1,3 +1,8 @@
+2006-10-31  Geoffrey Keating  <geoffk@apple.com>
+
+       PR 15834
+       * config/darwin.h (NO_IMPLICIT_EXTERN_C): Define.
+
 2006-10-31  Geoffrey Keating  <geoffk@apple.com>
 
        * c-decl.c (grokdeclarator): Don't set DECL_EXTERNAL on
index 43288f758e5e917f8982610bb9f5f614ef92b747..05b34726ff700c24f615e5357fabc6fb6d2a1010 100644 (file)
@@ -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 ""