mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2024-11-23 20:33:05 +00:00
initialize ast_expression_common.outl/outr
This commit is contained in:
parent
406a32bea6
commit
862b506dcd
1 changed files with 2 additions and 0 deletions
2
ast.c
2
ast.c
|
@ -58,6 +58,8 @@ static void ast_expression_init(ast_expression *self,
|
|||
self->expression.codegen = codegen;
|
||||
self->expression.vtype = TYPE_VOID;
|
||||
self->expression.next = NULL;
|
||||
self->expression.outl = NULL;
|
||||
self->expression.outr = NULL;
|
||||
MEM_VECTOR_INIT(&self->expression, params);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue