8sa1-gcc/gcc/config/vax/ultrix.h
Richard Stallman 8ab2b02ef4 entered into RCS
From-SVN: r225
1992-01-21 18:29:25 +00:00

14 lines
412 B
C

#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