now uses alloc module, bug fixes, -N option under USE_TMP, to not do so

This commit is contained in:
ceriel
1987-01-24 00:25:56 +00:00
parent b4e4250144
commit 8116e3181f
37 changed files with 124 additions and 136 deletions

View File

@@ -5,6 +5,7 @@
#include <em.h>
#include "debug.h"
#include "botch_free.h"
#include <alloc.h>
#include "density.h"
#include "Lpars.h"
#include "idf.h"
@@ -12,7 +13,6 @@
#include "arith.h"
#include "switch.h"
#include "code.h"
#include "storage.h"
#include "assert.h"
#include "expr.h"
#include "type.h"