entered into RCS

From-SVN: r225
This commit is contained in:
Richard Stallman 1992-01-21 18:29:25 +00:00
parent 014cfee8c5
commit 8ab2b02ef4
1 changed files with 13 additions and 0 deletions

13
gcc/config/vax/ultrix.h Normal file
View File

@ -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