Improved N_SOL handling

This commit is contained in:
ceriel
1992-07-02 11:15:18 +00:00
parent e07e849cab
commit add3dc5158
3 changed files with 20 additions and 45 deletions

View File

@@ -822,8 +822,8 @@ DbRead(f)
CurrentScope->sc_start = n->on_valu;
/* fall through */
case N_SOL:
if (! line_file) line_file = n;
else line_file->on_mptr = n->on_mptr;
if (line_file) n->on_valu = line_file->on_valu;
line_file = n;
break;
case N_MAIN:
if (! FileScope) fatal("No file scope");