OSDN Git Service

Revert:
[pf3gnuchains/gcc-fork.git] / gcc / config / freebsd.h
index 81e0ac1..a93e8f4 100644 (file)
@@ -1,5 +1,5 @@
 /* Base configuration file for all FreeBSD targets.
-   Copyright (C) 1999, 2000, 2001, 2007 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2000, 2001, 2007, 2008 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
@@ -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.  */