some more fixes, and tried to make smaller

This commit is contained in:
ceriel
1987-08-10 21:43:47 +00:00
parent 3de7f959d3
commit 51169956dc
12 changed files with 102 additions and 79 deletions

View File

@@ -128,7 +128,7 @@ GetDefinitionModule(id, incr)
register struct node *n;
extern struct node *Modules;
n = MkLeaf(Name, &dot);
n = dot2leaf(Name);
n->nd_IDF = id;
n->nd_symb = IDENT;
if (nd_end) nd_end->nd_left = n;