don't bother writing out local defs as they mess up progs dumping now that

they overlap
This commit is contained in:
Bill Currie 2001-06-06 00:12:10 +00:00
parent ce014fc5c7
commit c3cdfce12b

View file

@ -234,6 +234,8 @@ WriteData (int crc)
int i;
for (def = pr.def_head.next; def; def = def->next) {
if (def->scope)
continue;
if (def->type->type == ev_func) {
// df = &functions[numfunctions];
// numfunctions++;