(WCHAR_{TYPE,UNSIGNED,TYPE_SIZE}): Now int.
authorRichard Kenner <kenner@gcc.gnu.org>
Thu, 28 Sep 1995 18:04:12 +0000 (14:04 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Thu, 28 Sep 1995 18:04:12 +0000 (14:04 -0400)
(SIZE_TYPE): Use unsigned int.

From-SVN: r10407

gcc/config/vax/netbsd.h

index a01fff2..0875eeb 100644 (file)
@@ -3,3 +3,20 @@
 
 #undef CPP_PREDEFINES
 #define CPP_PREDEFINES "-Dunix -Dvax -D__NetBSD__ -Asystem(unix) -Asystem(NetBSD) -Acpu(vax) -Amachine(vax)"
+\f
+/* Make gcc agree with <machine/ansi.h> */
+
+#undef SIZE_TYPE
+#define SIZE_TYPE "unsigned int"
+
+#undef PTRDIFF_TYPE
+#define PTRDIFF_TYPE "int"
+
+#undef WCHAR_TYPE
+#define WCHAR_TYPE "int"
+
+#undef WCHAR_UNSIGNED
+#define WCHAR_UNSIGNED 0
+
+#undef WCHAR_TYPE_SIZE
+#define WCHAR_TYPE_SIZE 32