From 0cee2c9e47a03750dc9b2a51187e818db9d96f1a Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Tue, 31 Oct 1995 17:20:16 +0000 Subject: (SHORTBITS, INTBITS, LONGBITS): Deleted; now in config.h. --- src/m/vax.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/m/vax.h') diff --git a/src/m/vax.h b/src/m/vax.h index 7417f2d30d9..145805b63bd 100644 --- a/src/m/vax.h +++ b/src/m/vax.h @@ -50,15 +50,6 @@ Vax running VMS (-opsystem=vms) NOTE-END */ -/* The following three symbols give information on - the size of various data types. */ - -#define SHORTBITS 16 /* Number of bits in a short */ - -#define INTBITS 32 /* Number of bits in an int */ - -#define LONGBITS 32 /* Number of bits in a long */ - /* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word is the most significant byte. */ -- cgit v1.2.1