aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/vax/ultrix.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/vax/ultrix.h')
-rw-r--r--gcc/config/vax/ultrix.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/gcc/config/vax/ultrix.h b/gcc/config/vax/ultrix.h
deleted file mode 100644
index e2891cee281..00000000000
--- a/gcc/config/vax/ultrix.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#include "vax/vax.h"
-
-#undef CPP_PREDEFINES
-#define CPP_PREDEFINES " -Dvax -Dunix -Dultrix -Dbsd4_2 -D__vax -D__unix -D__ultrix -D__bsd4_2 -Asystem(unix) -Asystem(bsd) -Acpu(vax) -Amachine(vax)"
-
-/* By default, allow $ to be part of an identifier. */
-#define DOLLARS_IN_IDENTIFIERS 1
-
-/* These are as defined in /usr/include/sys/stdtypes.h.
- These values are for ultrix 4.2 on the vax. */
-#define SIZE_TYPE "unsigned int"
-#define PTRDIFF_TYPE "int"
-#define WCHAR_TYPE "unsigned int"
-#define WCHAR_TYPE_SIZE 32