Commit 2baeaa1b by Mike Stump Committed by Mike Stump

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
parent 7cb73054
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
......
......@@ -925,4 +925,6 @@ void add_framework_path (char *);
#define TARGET_C99_FUNCTIONS 0
#endif
#define WINT_TYPE "int"
#endif /* CONFIG_DARWIN_H */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment