Lindseys fix to a bug with nested procedures

This commit is contained in:
ceriel
1987-03-09 10:15:51 +00:00
parent 539c95237e
commit fa0f6cd0c6
3 changed files with 9 additions and 5 deletions

View File

@@ -93,7 +93,8 @@ symknown() {
for (spp = symhash; spp < &symhash[NSYMHASH]; spp++)
for (sp = *spp; sp != (sym_p) 0; sp = sp->s_next)
sp->s_flags |= SYMKNOWN;
if (sp->s_flags & SYMSEEN)
sp->s_flags |= SYMKNOWN;
}
cleanlocals() {