Commit 7eb0a43c by Geoffrey Keating Committed by Geoffrey Keating

re PR target/15834 (NO_IMPLICIT_EXTERN_C should be gotten rid of)

	PR 15834
	* config/darwin.h (NO_IMPLICIT_EXTERN_C): Define.

From-SVN: r118358
parent 0a052b16
2006-10-31 Geoffrey Keating <geoffk@apple.com>
PR 15834
* config/darwin.h (NO_IMPLICIT_EXTERN_C): Define.
2006-10-31 Geoffrey Keating <geoffk@apple.com>
* c-decl.c (grokdeclarator): Don't set DECL_EXTERNAL on
inline static functions in c99 mode.
......
......@@ -40,6 +40,9 @@ Boston, MA 02110-1301, USA. */
#define OBJECT_FORMAT_MACHO
/* Don't assume anything about the header files. */
#define NO_IMPLICIT_EXTERN_C
/* Suppress g++ attempt to link in the math library automatically. */
#define MATH_LIBRARY ""
......
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