many bug fixes, and added flexibility in alignments

This commit is contained in:
ceriel
1986-11-28 11:59:08 +00:00
parent 3bc8215b69
commit 43f4599a42
13 changed files with 337 additions and 122 deletions

View File

@@ -103,7 +103,7 @@ GetDefinitionModule(id, incr)
df->mod_vis = vis;
}
}
else if (df == Defined) {
else if (df == Defined && level == 1) {
error("cannot import from currently defined module");
df->df_kind = D_ERROR;
}