aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/darwin.h
diff options
context:
space:
mode:
authorGeoffrey Keating <geoffk@apple.com>2006-11-01 04:53:33 +0000
committerGeoffrey Keating <geoffk@gcc.gnu.org>2006-11-01 04:53:33 +0000
commit7eb0a43cd68d39e1a9f4708017360768bde3dff3 (patch)
tree694c892e0969b6542f1929c94f7b8e2597f8034f /gcc/config/darwin.h
parent0a052b16fef9d5d94ec32d3c1a154d03bce49450 (diff)
downloadgcc-7eb0a43cd68d39e1a9f4708017360768bde3dff3.zip
gcc-7eb0a43cd68d39e1a9f4708017360768bde3dff3.tar.gz
gcc-7eb0a43cd68d39e1a9f4708017360768bde3dff3.tar.bz2
re PR target/15834 (NO_IMPLICIT_EXTERN_C should be gotten rid of)
PR 15834 * config/darwin.h (NO_IMPLICIT_EXTERN_C): Define. From-SVN: r118358
Diffstat (limited to 'gcc/config/darwin.h')
-rw-r--r--gcc/config/darwin.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/darwin.h b/gcc/config/darwin.h
index 43288f7..05b3472 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 ""