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:
bf9a4d2
)
Teach dump.c about CVf_LEXICAL
author
Father Chrysostomos
<sprout@cpan.org>
Fri, 12 Sep 2014 05:49:44 +0000
(22:49 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Mon, 15 Sep 2014 13:19:34 +0000
(06:19 -0700)
dump.c
patch
|
blob
|
blame
|
history
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,"}
};