Commit 2f55b70b by Jason Merrill

#define NO_IMPLICIT_EXTERN_C

From-SVN: r7807
parent 311916ab
...@@ -2003,3 +2003,6 @@ do { \ ...@@ -2003,3 +2003,6 @@ do { \
/* Align ecoff symbol tables to avoid OSF1/1.3 nm complaints. */ /* Align ecoff symbol tables to avoid OSF1/1.3 nm complaints. */
#define ALIGN_SYMTABLE_OFFSET(OFFSET) (((OFFSET) + 7) & ~7) #define ALIGN_SYMTABLE_OFFSET(OFFSET) (((OFFSET) + 7) & ~7)
/* The system headers under OSF/1 are C++-aware. */
#define NO_IMPLICIT_EXTERN_C
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment