1986-03-10 13:07:55 +00:00
|
|
|
/* $Header$ */
|
|
|
|
/* VARIOUS TARGET MACHINE SIZE DESCRIPTORS */
|
|
|
|
|
1986-09-24 13:53:16 +00:00
|
|
|
#include "nofloat.h"
|
|
|
|
|
1986-03-10 13:07:55 +00:00
|
|
|
extern arith
|
|
|
|
short_size, word_size, dword_size, int_size, long_size,
|
1986-09-12 09:16:07 +00:00
|
|
|
#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 */
|