diff options
author | Mike Stump <mrs@apple.com> | 2004-07-14 21:08:06 +0000 |
---|---|---|
committer | Mike Stump <mrs@gcc.gnu.org> | 2004-07-14 21:08:06 +0000 |
commit | 2baeaa1bedcc3118a8b4879925587bca5209ec19 (patch) | |
tree | e5d2dce889c3ba1897b9f69e4a5ed7d20b84b3f3 /gcc/config | |
parent | 7cb73054a6deaccb515433fcefedf00e6a4fc90e (diff) | |
download | gcc-2baeaa1bedcc3118a8b4879925587bca5209ec19.zip gcc-2baeaa1bedcc3118a8b4879925587bca5209ec19.tar.gz gcc-2baeaa1bedcc3118a8b4879925587bca5209ec19.tar.bz2 |
darwin.h (WINT_TYPE): Define to be int to match system header files.
* config/darwin.h (WINT_TYPE): Define to be int to match
system header files.
From-SVN: r84711
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/darwin.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 */ |