projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7cb7305
)
darwin.h (WINT_TYPE): Define to be int to match system header files.
author
Mike Stump
<mrs@apple.com>
Wed, 14 Jul 2004 21:08:06 +0000
(21:08 +0000)
committer
Mike 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
patch
|
blob
|
history
gcc/config/darwin.h
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index f42c44365288c252abc84c44d6385abac433b9d4..83b177b8f283c838f4c06291fd89d5da2455682b 100644
(file)
--- 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 1414a61b1c81bdf95ecb3800445f819638b4dddf..3a8206e42c360d0680cf75b5d4215fee77a81dc6 100644
(file)
--- 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 */