mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-23 07:59:37 +00:00
UMR fix
This commit is contained in:
parent
93a620289d
commit
60718b7d69
1 changed files with 1 additions and 0 deletions
|
|
@ -723,6 +723,7 @@ static mlr_dsl_cst_statement_t* alloc_blank() {
|
|||
pstatement->pnode_handler = NULL;
|
||||
pstatement->subr_callsite_argument_evaluators = NULL;
|
||||
pstatement->subr_callsite_arguments = NULL;
|
||||
pstatement->psubr_callsite = NULL;
|
||||
pstatement->psubr_defsite = NULL;
|
||||
pstatement->local_variable_name = NULL;
|
||||
pstatement->preturn_evaluator = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue