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

@@ -4,6 +4,7 @@
#include "nobitfield.h"
#include "debug.h"
#include "botch_free.h"
#include <alloc.h>
#include "arith.h"
#include "stack.h"
#include "idf.h"
@@ -15,7 +16,6 @@
#include "Lpars.h"
#include "align.h"
#include "level.h"
#include "storage.h"
#include "assert.h"
#include "sizes.h"
@@ -308,7 +308,6 @@ idf2sdef(idf, tp)
if (!is_anon_idf(idf))
error("unknown selector %s", idf->id_text);
*sdefp = sdef = new_sdef();
clear((char *)sdef, sizeof(struct sdef));
sdef->sd_idf = idf;
sdef->sd_stype = sdef->sd_type = error_type;
return sdef;