aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/darwin.h2
2 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index f42c443..83b177b 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/config/darwin.h b/gcc/config/darwin.h
index 1414a61..3a8206e 100644
--- a/gcc/config/darwin.h
+++ b/gcc/config/darwin.h
@@ -925,4 +925,6 @@ void add_framework_path (char *);
#define TARGET_C99_FUNCTIONS 0
#endif
+#define WINT_TYPE "int"
+
#endif /* CONFIG_DARWIN_H */