8sa1-gcc/gcc/config/vax/ultrix.h

15 lines
514 B
C
Raw Normal View History

#include "vax/vax.h"
1992-01-21 13:29:25 -05:00
#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)"
1992-01-21 13:29:25 -05:00
/* 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. */
1992-01-21 13:29:25 -05:00
#define SIZE_TYPE "unsigned int"
#define PTRDIFF_TYPE "int"
#define WCHAR_TYPE "unsigned int"
#define WCHAR_TYPE_SIZE 32