fix repetition with ANY

This commit is contained in:
Kyryl Melekhin
2021-09-30 09:21:49 +00:00
parent e3bede1739
commit f32e9c4478
2 changed files with 7 additions and 0 deletions

1
pike.c
View File

@@ -308,6 +308,7 @@ static int _compilecode(const char **re_loc, rcode *prog, int sizecode)
case RSPLIT:
case SAVE:
case CHAR:
case ANY:
i++;
icnt++;
}