Fix the missing local defs for builtin functions.

This commit is contained in:
Bill Currie 2011-03-10 20:16:35 +09:00
parent 899af3119b
commit f663f587fe

View file

@ -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;
}