From: Jason Merrill Date: Thu, 28 Jul 1994 20:23:02 +0000 (+0000) Subject: #define NO_IMPLICIT_EXTERN_C X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2f55b70b87cdd4b8bad3751037ec7737595453f3;p=gcc.git #define NO_IMPLICIT_EXTERN_C From-SVN: r7807 --- diff --git a/gcc/config/alpha/alpha.h b/gcc/config/alpha/alpha.h index e114735d174..d5652c8eefb 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