summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@cvs.openbsd.org>2010-05-12 18:19:51 +0000
committerChristian Weisgerber <naddy@cvs.openbsd.org>2010-05-12 18:19:51 +0000
commitb4fa0f802ca1932c1df78426741ce9eb3e7f80ae (patch)
tree7084879cc32ef16ec5a4e6acf920c43e11f547f3 /gnu
parent03231b8c073bdf98359c60534d4772caa06584d4 (diff)
wint_t is int on OpenBSD; ok kettenis@
Diffstat (limited to 'gnu')
-rw-r--r--gnu/gcc/gcc/config/alpha/openbsd.h3
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 "."