Changes to make node structure smaller, and cleaned up a bit

This commit is contained in:
ceriel
1991-03-12 16:52:00 +00:00
parent 20b17c3eb2
commit 0a517b9256
25 changed files with 950 additions and 817 deletions

View File

@@ -131,7 +131,7 @@ GetDefinitionModule(id, incr)
n = dot2leaf(Def);
n->nd_def = newsc->sc_definedby;
if (nd_end) nd_end->nd_left = n;
if (nd_end) nd_end->nd_NEXT = n;
else Modules = n;
nd_end = n;
}