entered into RCS
From-SVN: r225
This commit is contained in:
parent
014cfee8c5
commit
8ab2b02ef4
13
gcc/config/vax/ultrix.h
Normal file
13
gcc/config/vax/ultrix.h
Normal 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
|
Loading…
Reference in New Issue
Block a user