14 lines
279 B
C
14 lines
279 B
C
/* $Header$ */
|
|
/* VARIOUS TARGET MACHINE SIZE DESCRIPTORS */
|
|
|
|
#include "nofloat.h"
|
|
|
|
extern arith
|
|
short_size, word_size, dword_size, int_size, long_size,
|
|
#ifndef NOFLOAT
|
|
float_size, double_size,
|
|
#endif NOFLOAT
|
|
pointer_size;
|
|
|
|
extern arith max_int, max_unsigned; /* cstoper.c */
|