9 lines
225 B
C
9 lines
225 B
C
|
/* $Header$ */
|
||
|
/* VARIOUS TARGET MACHINE SIZE DESCRIPTORS */
|
||
|
|
||
|
extern arith
|
||
|
short_size, word_size, dword_size, int_size, long_size,
|
||
|
float_size, double_size, pointer_size;
|
||
|
|
||
|
extern arith max_int, max_unsigned; /* cstoper.c */
|