mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-25 17:04:01 +00:00
neaten
This commit is contained in:
parent
d4bb2be250
commit
f39f74e035
1 changed files with 1 additions and 3 deletions
|
|
@ -229,9 +229,7 @@ void local_stack_frame_define_extended(local_stack_frame_t* pframe, char* variab
|
|||
}
|
||||
|
||||
// xxx temp -- make a single method
|
||||
if (xval.is_terminal && mv_is_absent(&xval.terminal_mlrval)) {
|
||||
mlhmmv_xvalue_free(&xval);
|
||||
} else {
|
||||
if (!mlhmmv_xvalue_is_absent_and_nonterminal(&xval)) {
|
||||
mlhmmv_xvalue_free(&pentry->xvalue);
|
||||
pentry->xvalue = xval;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue