diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2017-03-04 19:28:48 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2017-03-04 19:28:48 -0800 |
commit | d7fd7a190b885a85f170cdc55a3c6ad116a6c870 (patch) | |
tree | c39200336c20bf548e3b9f27321be2d97d1e9f5c /configure | |
parent | e38bf9d57d37d975adb24e298ee0fedfe6c6a599 (diff) | |
download | txr-d7fd7a190b885a85f170cdc55a3c6ad116a6c870.tar.gz txr-d7fd7a190b885a85f170cdc55a3c6ad116a6c870.tar.bz2 txr-d7fd7a190b885a85f170cdc55a3c6ad116a6c870.zip |
bugfix: :vars in output repeat not registered.
Test case:
@(output)
@ (repeat :vars (x (y 42))
@ (list x y)
@ (end)
@(end)
x and y are spuriously reported as unbound variables
in the (list x y) form.
* parser.y (expand_repeat_rep_args): Do the missing calls
to match_reg_var when processing :vars list.
Diffstat (limited to 'configure')
0 files changed, 0 insertions, 0 deletions