mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-02-17 09:02:25 +00:00
ast_call needs to set its func member
This commit is contained in:
parent
812084ad72
commit
d259e75dc4
1 changed files with 2 additions and 0 deletions
2
ast.c
2
ast.c
|
@ -316,6 +316,8 @@ ast_call* ast_call_new(lex_ctx ctx,
|
|||
|
||||
MEM_VECTOR_INIT(self, params);
|
||||
|
||||
self->func = funcexpr;
|
||||
|
||||
return self;
|
||||
}
|
||||
MEM_VEC_FUNCTIONS(ast_call, ast_expression*, params)
|
||||
|
|
Loading…
Reference in a new issue