ack/lang/cem/cemcom/sizes.h

14 lines
279 B
C
Raw Normal View History

1986-03-10 13:07:55 +00:00
/* $Header$ */
/* VARIOUS TARGET MACHINE SIZE DESCRIPTORS */
#include "nofloat.h"
1986-03-10 13:07:55 +00:00
extern arith
short_size, word_size, dword_size, int_size, long_size,
#ifndef NOFLOAT
float_size, double_size,
#endif NOFLOAT
pointer_size;
1986-03-10 13:07:55 +00:00
extern arith max_int, max_unsigned; /* cstoper.c */