Commit ca94da48 by Gerald Pfeifer Committed by Gerald Pfeifer

freebsd.h: Update comment on types.

	* config/freebsd.h: Update comment on types.
	(WINT_TYPE): Define.

From-SVN: r151871
parent ecc607fc
2009-09-18 Gerald Pfeifer <gerald@pfeifer.com>
* config/freebsd.h: Update comment on types.
(WINT_TYPE): Define.
2009-09-18 Jason Merrill <jason@redhat.com> 2009-09-18 Jason Merrill <jason@redhat.com>
* c.opt: Add -fno-deduce-init-list. * c.opt: Add -fno-deduce-init-list.
......
...@@ -68,11 +68,14 @@ along with GCC; see the file COPYING3. If not see ...@@ -68,11 +68,14 @@ along with GCC; see the file COPYING3. If not see
#undef NO_IMPLICIT_EXTERN_C #undef NO_IMPLICIT_EXTERN_C
#define NO_IMPLICIT_EXTERN_C 1 #define NO_IMPLICIT_EXTERN_C 1
/* Make gcc agree with FreeBSD's standard headers (<machine/ansi.h>, etc...) */ /* Follow FreeBSD's standard headers (<sys/_types.h> etc...). */
#undef WCHAR_TYPE #undef WCHAR_TYPE
#define WCHAR_TYPE "int" #define WCHAR_TYPE "int"
#undef WINT_TYPE
#define WINT_TYPE "int"
#define MATH_LIBRARY_PROFILE "-lm_p" #define MATH_LIBRARY_PROFILE "-lm_p"
/* Code generation parameters. */ /* Code generation parameters. */
......
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