built in the compile time flag NOFLOAT to get rid of the float stuff
This commit is contained in:
@@ -3,6 +3,9 @@
|
||||
|
||||
extern arith
|
||||
short_size, word_size, dword_size, int_size, long_size,
|
||||
float_size, double_size, pointer_size;
|
||||
#ifndef NOFLOAT
|
||||
float_size, double_size,
|
||||
#endif NOFLOAT
|
||||
pointer_size;
|
||||
|
||||
extern arith max_int, max_unsigned; /* cstoper.c */
|
||||
|
||||
Reference in New Issue
Block a user