Commit 607ca0aa by Jason Merrill

#define NO_IMPLICIT_EXTERN_C

From-SVN: r7326
parent b722f2b8
...@@ -684,3 +684,7 @@ do { register int i; \ ...@@ -684,3 +684,7 @@ do { register int i; \
#define LEGITIMATE_PIC_OPERAND_P(X) \ #define LEGITIMATE_PIC_OPERAND_P(X) \
(! symbolic_operand (X, VOIDmode) \ (! symbolic_operand (X, VOIDmode) \
|| ((GET_CODE(X) == SYMBOL_REF) && SYMBOL_REF_FLAG(X))) || ((GET_CODE(X) == SYMBOL_REF) && SYMBOL_REF_FLAG(X)))
/* hpux8 and later have C++ compatable include files, so do not
pretend they are `extern "C"'. */
#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