diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2012-02-12 01:18:54 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2012-02-12 01:18:54 -0800 |
commit | fb08292e908f1af8b93f26ba57c16d97cd3e08ca (patch) | |
tree | 26017f5b41fb2658b32ee311b2f919e9b35a3592 | |
parent | 0870c87df3f22f68240df5b2b47d1753d3d8387c (diff) | |
download | txr-fb08292e908f1af8b93f26ba57c16d97cd3e08ca.tar.gz txr-fb08292e908f1af8b93f26ba57c16d97cd3e08ca.tar.bz2 txr-fb08292e908f1af8b93f26ba57c16d97cd3e08ca.zip |
Task #11486
* match.c (h_coll): Call consume_prefix in the loop.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | match.c | 2 |
2 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2012-02-12 Kaz Kylheku <kaz@kylheku.com> + Task #11486 + + * match.c (h_coll): Call consume_prefix in the loop. + +2012-02-12 Kaz Kylheku <kaz@kylheku.com> + Task #11486: continuation. Take into account base position in debug reporting. @@ -821,6 +821,8 @@ next_coll: if (length_str_le(c->dataline, c->pos)) break; } + + consume_prefix(c); } if ((times || mintimes) && timescounter < ctimin) { |