From 8e30d7cb86e5257f93c6d78e93a9d0ef257df22d Mon Sep 17 00:00:00 2001 From: "Wolfgang (Blub) Bumiller" Date: Sun, 11 Nov 2012 10:12:45 +0100 Subject: [PATCH] fixing a stupid typo - why doesn't any compiler warn about this crap --- parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parser.c b/parser.c index 2a5ba76..72fa486 100644 --- a/parser.c +++ b/parser.c @@ -2219,7 +2219,7 @@ static bool parse_function_body(parser_t *parser, ast_value *var) } ve[e].var = NULL; /* collected */ } - if (e != e) { + if (e != 3) { parser->locals -= e; do { mem_d(ve[e].name); -- 2.39.2