Revert "Just fucking initialize everything"

This reverts commit aed2b1031c.
This commit is contained in:
Wolfgang Bumiller 2013-04-25 19:18:11 +02:00
parent b9fb29d740
commit 35692c0b57

View file

@ -5639,11 +5639,11 @@ skipvar:
}
if (parser->tok == '#') {
ast_function *func = NULL;
ast_value *number = NULL;
float fractional = 0;
float integral = 0;
int builtin_num = 0;
ast_function *func = NULL;
ast_value *number = NULL;
float fractional;
float integral;
int builtin_num;
if (localblock) {
parseerror(parser, "cannot declare builtins within functions");