Some minor mods and a bug fix with type transfer functions

This commit is contained in:
ceriel
1987-09-24 13:07:31 +00:00
parent e30234fce8
commit c5674041bf
15 changed files with 107 additions and 95 deletions

View File

@@ -91,10 +91,10 @@ GetDefinitionModule(id, incr)
*/
register t_def *df;
static int level;
struct scopelist *vis;
t_scopelist *vis;
char *fn = FileName;
int ln = LineNumber;
struct scope *newsc = CurrentScope;
t_scope *newsc = CurrentScope;
level += incr;
df = lookup(id, GlobalScope, 1);