summaryrefslogtreecommitdiff
path: root/regcomp_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'regcomp_internal.h')
-rw-r--r--regcomp_internal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/regcomp_internal.h b/regcomp_internal.h
index 3ba4667bf3..ac36b8c6f7 100644
--- a/regcomp_internal.h
+++ b/regcomp_internal.h
@@ -1193,6 +1193,9 @@ static const scan_data_t zero_scan_data = {
if (RExC_seen & REG_UNBOUNDED_QUANTIFIER_SEEN) \
Perl_re_printf( aTHX_ "REG_UNBOUNDED_QUANTIFIER_SEEN "); \
\
+ if (RExC_seen & REG_PESSIMIZE_SEEN) \
+ Perl_re_printf( aTHX_ "REG_PESSIMIZE_SEEN "); \
+ \
Perl_re_printf( aTHX_ "\n"); \
});