diff options
Diffstat (limited to 'regex.c')
-rw-r--r-- | regex.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3234,9 +3234,11 @@ static val scan_until_common(val self, val regex, val stream_in, regex_machine_reset(®m); continue; case REGM_MATCH_DONE: + push(ch, &stack); match = stack; goto out_match; case REGM_MATCH: + push(ch, &stack); match = stack; continue; case REGM_INCOMPLETE: |