OSDN Git Service

No longer include vax.h.
[pf3gnuchains/gcc-fork.git] / gcc / config / vax / ultrix.h
1 #undef CPP_PREDEFINES
2 #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)"
3
4 /* By default, allow $ to be part of an identifier.  */
5 #define DOLLARS_IN_IDENTIFIERS 1
6
7 /* These are as defined in /usr/include/sys/stdtypes.h.
8    These values are for ultrix 4.2 on the vax.  */
9 #define SIZE_TYPE "unsigned int"
10 #define PTRDIFF_TYPE "int"
11 #define WCHAR_TYPE "unsigned int"
12 #define WCHAR_TYPE_SIZE 32