mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-27 14:12:36 +00:00
build again
This commit is contained in:
parent
b87eb89853
commit
065a870e7a
1 changed files with 0 additions and 1 deletions
1
ast.c
1
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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue