mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-22 20:41:20 +00:00
fix the redef error
This commit is contained in:
parent
3268fcbe02
commit
3242c04798
1 changed files with 2 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue