mods to handle forward references better

This commit is contained in:
ceriel
1988-06-30 14:50:30 +00:00
parent fa9e4c5ea3
commit 74c779b81e
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);
}
;