From 35692c0b579825cd73e030af73e7f8718c52559b Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 25 Apr 2013 19:18:11 +0200 Subject: [PATCH] Revert "Just fucking initialize everything" This reverts commit aed2b1031c6466a2dbcf909faeac1ac1cff0f6e6. --- parser.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/parser.c b/parser.c index 7034e64..14cf583 100644 --- a/parser.c +++ b/parser.c @@ -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"); -- 2.39.2