mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-22 23:48:30 +00:00
local-stack iterate
This commit is contained in:
parent
d9d32b9a84
commit
090fed026f
1 changed files with 1 additions and 0 deletions
|
|
@ -2122,6 +2122,7 @@ static void handle_local_variable_assignment(
|
|||
mv_t val = prhs_evaluator->pprocess_func(prhs_evaluator->pvstate, pvars);
|
||||
|
||||
if (mv_is_present(&val)) {
|
||||
// xxx local stack set
|
||||
bind_stack_set(pvars->pbind_stack, pstatement->local_lhs_variable_name, &val, FREE_ENTRY_VALUE);
|
||||
} else {
|
||||
mv_free(&val);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue