built in the compile time flag NOFLOAT to get rid of the float stuff

This commit is contained in:
erikb
1986-09-12 09:16:07 +00:00
parent 106c9e2293
commit f27be37970
25 changed files with 150 additions and 26 deletions

View File

@@ -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 */