This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
dump.c: Dump CVf_SLABBED
authorFather Chrysostomos <sprout@cpan.org>
Sat, 23 Jun 2012 16:43:33 +0000 (09:43 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 29 Jun 2012 07:20:55 +0000 (00:20 -0700)
dump.c

diff --git a/dump.c b/dump.c
index d9eeb25..b5240fb 100644 (file)
--- a/dump.c
+++ b/dump.c
@@ -1367,6 +1367,7 @@ const struct flag_to_name cv_flags_names[] = {
     {CVf_DYNFILE, "DYNFILE,"},
     {CVf_AUTOLOAD, "AUTOLOAD,"},
     {CVf_HASEVAL, "HASEVAL"},
+    {CVf_SLABBED, "SLABBED,"},
     {CVf_ISXSUB, "ISXSUB,"}
 };