This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58aef2b
)
dump.c: Dump CVf_SLABBED
author
Father Chrysostomos
<sprout@cpan.org>
Sat, 23 Jun 2012 16:43:33 +0000
(09:43 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Fri, 29 Jun 2012 07:20:55 +0000
(
00:20
-0700)
dump.c
patch
|
blob
|
blame
|
history
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,"}
};