diff options
author | Richard Stallman <rms@gnu.org> | 1992-01-21 18:29:25 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-01-21 18:29:25 +0000 |
commit | 8ab2b02ef4b1af6da61a087d35450cc051023fab (patch) | |
tree | 8b4cf977f2a08f63334c2eeeded1b7034eb2c359 /gcc | |
parent | 014cfee8c560e5db3a7eddaaa8d524d04dd8d6d4 (diff) | |
download | gcc-8ab2b02ef4b1af6da61a087d35450cc051023fab.zip gcc-8ab2b02ef4b1af6da61a087d35450cc051023fab.tar.gz gcc-8ab2b02ef4b1af6da61a087d35450cc051023fab.tar.bz2 |
entered into RCS
From-SVN: r225
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/vax/ultrix.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gcc/config/vax/ultrix.h b/gcc/config/vax/ultrix.h new file mode 100644 index 0000000..9ed664a --- /dev/null +++ b/gcc/config/vax/ultrix.h @@ -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 |