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/dpx2.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/m/dpx2.h') diff --git a/src/m/dpx2.h b/src/m/dpx2.h index f6376224ee..9bf7986f05 100644 --- a/src/m/dpx2.h +++ b/src/m/dpx2.h @@ -30,15 +30,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* #define ncl_el /* DPX/2 210,220 etc */ /* #define ncl_mr 1 /* DPX/2 320,340 (and 360,380 ?) */ -/* 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.3