1
0
mirror of https://github.com/stedolan/jq.git synced 2024-05-11 05:55:39 +00:00

Lib defs don't bind to each other; fix #479 again

This commit is contained in:
Nicolas Williams
2014-07-13 18:36:27 -05:00
parent cadf8c3cb0
commit c38e5b1b2c
2 changed files with 42 additions and 9 deletions

View File

@@ -217,7 +217,7 @@ FuncDefs:
$$ = gen_noop();
} |
FuncDef FuncDefs {
$$ = block_join($1, $2);
$$ = block_bind($1, $2, OP_IS_CALL_PSEUDO);
}
Exp: