aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJason Merrill <merrill@gnu.org>1994-07-28 20:23:02 +0000
committerJason Merrill <merrill@gnu.org>1994-07-28 20:23:02 +0000
commit2f55b70b87cdd4b8bad3751037ec7737595453f3 (patch)
tree5e0dd21e68d1cbe0ed32751475a575298779a6d7 /gcc
parent311916abb12614824131d99b18f0182433fca204 (diff)
downloadgcc-2f55b70b87cdd4b8bad3751037ec7737595453f3.zip
gcc-2f55b70b87cdd4b8bad3751037ec7737595453f3.tar.gz
gcc-2f55b70b87cdd4b8bad3751037ec7737595453f3.tar.bz2
#define NO_IMPLICIT_EXTERN_C
From-SVN: r7807
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/alpha/alpha.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/alpha/alpha.h b/gcc/config/alpha/alpha.h
index e114735..d5652c8 100644
--- a/gcc/config/alpha/alpha.h
+++ b/gcc/config/alpha/alpha.h
@@ -2003,3 +2003,6 @@ do { \
/* Align ecoff symbol tables to avoid OSF1/1.3 nm complaints. */
#define ALIGN_SYMTABLE_OFFSET(OFFSET) (((OFFSET) + 7) & ~7)
+
+/* The system headers under OSF/1 are C++-aware. */
+#define NO_IMPLICIT_EXTERN_C