summaryrefslogtreecommitdiffstats
path: root/gcc/config/darwin.h
diff options
context:
space:
mode:
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2004-07-14 21:08:06 +0000
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>2004-07-14 21:08:06 +0000
commit48da0c25d14deee27fd788057af292249b5cde3d (patch)
treee5d2dce889c3ba1897b9f69e4a5ed7d20b84b3f3 /gcc/config/darwin.h
parent0cd42db128292be3e6f257729d59215d9ac85034 (diff)
downloadppe42-gcc-48da0c25d14deee27fd788057af292249b5cde3d.tar.gz
ppe42-gcc-48da0c25d14deee27fd788057af292249b5cde3d.zip
* config/darwin.h (WINT_TYPE): Define to be int to match
system header files. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84711 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/darwin.h')
-rw-r--r--gcc/config/darwin.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/darwin.h b/gcc/config/darwin.h
index 1414a61b1c8..3a8206e42c3 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 */
OpenPOWER on IntegriCloud