darwin.h (WINT_TYPE): Define to be int to match system header files.
authorMike Stump <mrs@apple.com>
Wed, 14 Jul 2004 21:08:06 +0000 (21:08 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Wed, 14 Jul 2004 21:08:06 +0000 (21:08 +0000)
        * config/darwin.h (WINT_TYPE): Define to be int to match
        system header files.

From-SVN: r84711

gcc/ChangeLog
gcc/config/darwin.h

index f42c44365288c252abc84c44d6385abac433b9d4..83b177b8f283c838f4c06291fd89d5da2455682b 100644 (file)
@@ -1,3 +1,8 @@
+2004-07-14  Mike Stump  <mrs@apple.com>
+
+       * config/darwin.h (WINT_TYPE): Define to be int to match
+        system header files.
+
 2004-07-14  Bob Wilson  <bob.wilson@acm.org>
 
        * config/xtensa/xtensa.c (function_arg_advance): Check for args
index 1414a61b1c81bdf95ecb3800445f819638b4dddf..3a8206e42c360d0680cf75b5d4215fee77a81dc6 100644 (file)
@@ -925,4 +925,6 @@ void add_framework_path (char *);
 #define TARGET_C99_FUNCTIONS 0
 #endif
 
+#define WINT_TYPE "int"
+
 #endif /* CONFIG_DARWIN_H */