summaryrefslogtreecommitdiff
path: root/regexec.c
diff options
context:
space:
mode:
Diffstat (limited to 'regexec.c')
-rw-r--r--regexec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/regexec.c b/regexec.c
index dfe9909869..184a4761ff 100644
--- a/regexec.c
+++ b/regexec.c
@@ -10365,7 +10365,7 @@ S_regrepeat(pTHX_ regexp *prog, char **startposp, const regnode *p,
}
break;
- case ANYOFHbbm:
+ case ANYOFHbbm_t8:
while ( hardcount < max
&& scan + 1 < this_eol
&& (U8) *scan == ANYOF_FLAGS(p)