mods to handle forward references better

This commit is contained in:
ceriel
1988-06-30 14:50:30 +00:00
parent 8202d44a05
commit 187f17f43a
5 changed files with 94 additions and 57 deletions

View File

@@ -116,7 +116,9 @@ import(int local;)
{ if (FromId) {
EnterFromImportList(ImportList, df, FromId);
}
else EnterImportList(ImportList, local);
else EnterImportList(ImportList,
local,
enclosing(CurrVis)->sc_scope);
FreeNode(ImportList);
}
;