mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-21 09:51:41 +00:00
Fix the missing local defs for builtin functions.
This commit is contained in:
parent
899af3119b
commit
f663f587fe
1 changed files with 1 additions and 2 deletions
|
@ -621,8 +621,7 @@ build_builtin_function (symbol_t *sym, expr_t *bi_val, int far)
|
|||
finish_function (sym->s.func);
|
||||
|
||||
// for debug info
|
||||
//build_scope (f, f->def, sym->params);
|
||||
//flush_scope (f->scope, 1);
|
||||
build_scope (sym, current_symtab);
|
||||
return sym->s.func;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue