diff options
-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) { |