diff options
author | Christian Weisgerber <naddy@cvs.openbsd.org> | 2010-05-12 18:19:51 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@cvs.openbsd.org> | 2010-05-12 18:19:51 +0000 |
commit | b4fa0f802ca1932c1df78426741ce9eb3e7f80ae (patch) | |
tree | 7084879cc32ef16ec5a4e6acf920c43e11f547f3 /gnu | |
parent | 03231b8c073bdf98359c60534d4772caa06584d4 (diff) |
wint_t is int on OpenBSD; ok kettenis@
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/gcc/gcc/config/alpha/openbsd.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/gcc/gcc/config/alpha/openbsd.h b/gnu/gcc/gcc/config/alpha/openbsd.h index 4398700e188..c79badfaf20 100644 --- a/gnu/gcc/gcc/config/alpha/openbsd.h +++ b/gnu/gcc/gcc/config/alpha/openbsd.h @@ -70,6 +70,9 @@ Boston, MA 02110-1301, USA. */ #undef WCHAR_TYPE_SIZE #define WCHAR_TYPE_SIZE 32 +#undef WINT_TYPE +#define WINT_TYPE "int" + /* Output and generation of labels. */ #define LOCAL_LABEL_PREFIX "." |