adapted to integration into cemcom.ansi

This commit is contained in:
dick
1990-12-06 14:56:42 +00:00
parent cbdb0088c5
commit 9507d33945
17 changed files with 157 additions and 43 deletions

View File

@@ -12,6 +12,9 @@
#include <alloc.h> /* for st_free */
#include "interface.h"
#include "assert.h"
#ifdef ANSI
#include <flt_arith.h>
#endif ANSI
#include "arith.h" /* definition arith */
#include "label.h" /* definition label */
#include "expr.h"
@@ -23,7 +26,6 @@
#include "stack.h"
#include "type.h"
#include "level.h"
#include "nofloat.h"
#include "l_lint.h"
#include "l_state.h"