Fixed a few bugs

This commit is contained in:
ceriel
1990-10-31 15:56:51 +00:00
parent 162c1c81e9
commit 9aee9cb62f
7 changed files with 48 additions and 12 deletions

View File

@@ -786,6 +786,7 @@ DbRead(f)
/* another N_SO follows ... */
break;
}
clean_tp_tab();
while (CurrentScope != PervasiveScope) {
close_scope();
}
@@ -796,7 +797,6 @@ DbRead(f)
open_scope(sym, 0);
sym->sy_file->f_scope = CurrentScope;
FileScope = CurrentScope;
clean_tp_tab();
/* fall through */
case N_SOL:
if (! line_file) line_file = n;