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/irist.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/m/irist.h') diff --git a/src/m/irist.h b/src/m/irist.h index 80f0b058857..d7f58d90ce6 100644 --- a/src/m/irist.h +++ b/src/m/irist.h @@ -56,15 +56,6 @@ NOTE-END */ (copy-file), it would say that it is non-critical... #endif /* 0 */ -/* 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