diff options
Diffstat (limited to 'src/m/ns32000.h')
-rw-r--r-- | src/m/ns32000.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/m/ns32000.h b/src/m/ns32000.h index bb2df861df6..bd8671a9670 100644 --- a/src/m/ns32000.h +++ b/src/m/ns32000.h @@ -23,15 +23,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ operating system this machine is likely to run. USUAL-OPSYS="usg5-2" */ -/* 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. */ |