entered into RCS
authorRichard Stallman <rms@gnu.org>
Tue, 21 Jan 1992 18:29:25 +0000 (18:29 +0000)
committerRichard Stallman <rms@gnu.org>
Tue, 21 Jan 1992 18:29:25 +0000 (18:29 +0000)
From-SVN: r225

gcc/config/vax/ultrix.h [new file with mode: 0644]

diff --git a/gcc/config/vax/ultrix.h b/gcc/config/vax/ultrix.h
new file mode 100644 (file)
index 0000000..9ed664a
--- /dev/null
@@ -0,0 +1,13 @@
+#include "vax.h"
+
+#undef CPP_PREDEFINES
+#define CPP_PREDEFINES " -Dvax -Dunix -Dultrix -Dbsd4_2 -D__vax -D__unix -D__ultrix -D__bsd4_2"
+
+/* By default, allow $ to be part of an identifier.  */
+#define DOLLARS_IN_IDENTIFIERS 1
+
+/* These are as defined in /usr/include/sys/stdtypes.h */
+#define SIZE_TYPE "unsigned int"
+#define PTRDIFF_TYPE "int"
+#define WCHAR_TYPE "short unsigned int"
+#define WCHAR_TYPE_SIZE 16