Some minor mods and a bug fix with type transfer functions
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user