freebsd.h: Update comment on types.
* config/freebsd.h: Update comment on types. (WINT_TYPE): Define. From-SVN: r151871
This commit is contained in:
parent
ecc607fc08
commit
ca94da4829
2 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
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>
|
||||
|
||||
* c.opt: Add -fno-deduce-init-list.
|
||||
|
|
|
@ -68,11 +68,14 @@ along with GCC; see the file COPYING3. If not see
|
|||
#undef NO_IMPLICIT_EXTERN_C
|
||||
#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
|
||||
#define WCHAR_TYPE "int"
|
||||
|
||||
#undef WINT_TYPE
|
||||
#define WINT_TYPE "int"
|
||||
|
||||
#define MATH_LIBRARY_PROFILE "-lm_p"
|
||||
|
||||
/* Code generation parameters. */
|
||||
|
|
Loading…
Add table
Reference in a new issue