summaryrefslogtreecommitdiff
path: root/dump.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2014-09-17 17:55:16 -0600
committerKarl Williamson <khw@cpan.org>2014-09-29 11:07:40 -0600
commit334afb3ef43aa91a8701c4ca7e753a5ec8e71f88 (patch)
tree7355b93b5edae4cb09c3f2eda3935208a1b9c0c2 /dump.c
parent9a7d4f5f5c4be53dfbc55ca52953e3794a5ef68a (diff)
downloadperl-334afb3ef43aa91a8701c4ca7e753a5ec8e71f88.tar.gz
Make space for /xx flag
This doesn't actually use the flag yet. We no longer have to make version-dependent changes to ext/Devel-Peek/t/Peek.t, (it being in /ext) so this doesn't
Diffstat (limited to 'dump.c')
-rw-r--r--dump.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/dump.c b/dump.c
index 16ac58114a..bfc176d0fb 100644
--- a/dump.c
+++ b/dump.c
@@ -1363,6 +1363,7 @@ const struct flag_to_name regexp_extflags_names[] = {
{RXf_PMf_SINGLELINE, "PMf_SINGLELINE,"},
{RXf_PMf_FOLD, "PMf_FOLD,"},
{RXf_PMf_EXTENDED, "PMf_EXTENDED,"},
+ {RXf_PMf_EXTENDED_MORE, "PMf_EXTENDED_MORE,"},
{RXf_PMf_KEEPCOPY, "PMf_KEEPCOPY,"},
{RXf_IS_ANCHORED, "IS_ANCHORED,"},
{RXf_NO_INPLACE_SUBST, "NO_INPLACE_SUBST,"},