From: Wolfgang Bumiller Date: Wed, 23 Oct 2013 12:04:20 +0000 (+0200) Subject: build again X-Git-Tag: 0.3.5~1^2~4 X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=commitdiff_plain;h=065a870e7a81b10b58f0332af8a6ced0a7a7dcd3 build again --- diff --git a/ast.c b/ast.c index a0a7f6c..3c70a73 100644 --- a/ast.c +++ b/ast.c @@ -438,7 +438,6 @@ bool ast_value_set_name(ast_value *self, const char *name) ast_binary* ast_binary_new(lex_ctx_t ctx, int op, ast_expression* left, ast_expression* right) { - ast_binary *fold; ast_instantiate(ast_binary, ctx, ast_binary_delete); ast_expression_init((ast_expression*)self, (ast_expression_codegen*)&ast_binary_codegen);