diff options
Diffstat (limited to 'gcc-1.40/config/tm-ultrix.h')
| -rw-r--r-- | gcc-1.40/config/tm-ultrix.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc-1.40/config/tm-ultrix.h b/gcc-1.40/config/tm-ultrix.h new file mode 100644 index 0000000..025dc0d --- /dev/null +++ b/gcc-1.40/config/tm-ultrix.h @@ -0,0 +1,7 @@ +#include "tm-vax.h" + +#undef CPP_PREDEFINES +#define CPP_PREDEFINES "-Dultrix -Dbsd4_2 -Dvax -Dunix -D__vax" + +/* By default, allow $ to be part of an identifier. */ +#define DOLLARS_IN_IDENTIFIERS 1 |
