ack/lang/m2/comp/const.h

13 lines
394 B
C
Raw Normal View History

1986-04-07 17:40:38 +00:00
/* C O N S T A N T S F O R E X P R E S S I O N H A N D L I N G */
/* $Header$ */
extern long
mach_long_sign; /* sign bit of the machine long */
extern int
mach_long_size; /* size of long on this machine == sizeof(long) */
extern arith
max_int, /* maximum integer on target machine */
1986-04-09 18:14:49 +00:00
max_unsigned, /* maximum unsigned on target machine */
wrd_bits; /* Number of bits in a word */