This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Teach dump.c about CVf_LEXICAL
authorFather Chrysostomos <sprout@cpan.org>
Fri, 12 Sep 2014 05:49:44 +0000 (22:49 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Mon, 15 Sep 2014 13:19:34 +0000 (06:19 -0700)
dump.c

diff --git a/dump.c b/dump.c
index 91d2c2b..08dbc64 100644 (file)
--- a/dump.c
+++ b/dump.c
@@ -1331,6 +1331,7 @@ const struct flag_to_name cv_flags_names[] = {
     {CVf_HASEVAL, "HASEVAL"},
     {CVf_SLABBED, "SLABBED,"},
     {CVf_NAMED, "NAMED,"},
+    {CVf_LEXICAL, "LEXICAL,"},
     {CVf_ISXSUB, "ISXSUB,"}
 };