fix the redef error

This commit is contained in:
Bill Currie 2001-06-26 16:12:01 +00:00
parent 3268fcbe02
commit 3242c04798

View file

@ -542,6 +542,8 @@ emit_function (function_t *f, expr_t *e)
emit_expr (e);
e = e->next;
}
PR_FlushScope (pr_scope);
pr_scope = 0;
/*PR_PrintType (f->def->type);
printf (" %s =\n", f->def->name);
while (e) {