From 2f55b70b87cdd4b8bad3751037ec7737595453f3 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Thu, 28 Jul 1994 20:23:02 +0000 Subject: [PATCH] #define NO_IMPLICIT_EXTERN_C From-SVN: r7807 --- gcc/config/alpha/alpha.h | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.30.2