diff gcc/config/freebsd.h @ 55:77e2b8dfacca gcc-4.4.5

update it from 4.4.3 to 4.5.0
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Fri, 12 Feb 2010 23:39:51 +0900
parents a06113de4d67
children f6334be47118
line wrap: on
line diff
--- a/gcc/config/freebsd.h	Sun Feb 07 18:28:00 2010 +0900
+++ b/gcc/config/freebsd.h	Fri Feb 12 23:39:51 2010 +0900
@@ -68,11 +68,14 @@
 #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.  */