#define NO_IMPLICIT_EXTERN_C
authorJason Merrill <merrill@gnu.org>
Thu, 28 Jul 1994 20:23:02 +0000 (20:23 +0000)
committerJason Merrill <merrill@gnu.org>
Thu, 28 Jul 1994 20:23:02 +0000 (20:23 +0000)
From-SVN: r7807

gcc/config/alpha/alpha.h

index e114735d17435bf6dea959bdccd517a08ab92d28..d5652c8eefba31ccf35a9ae3eff55150c0ad21ed 100644 (file)
@@ -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