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:
f73ab5a
)
Teach dump.c about CVf_HASEVAL
author
Father Chrysostomos
<sprout@cpan.org>
Thu, 21 Jun 2012 00:59:01 +0000
(17:59 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Thu, 21 Jun 2012 00:59:01 +0000
(17:59 -0700)
dump.c
patch
|
blob
|
blame
|
history
diff --git
a/dump.c
b/dump.c
index
0dffb35
..
d9eeb25
100644
(file)
--- a/
dump.c
+++ b/
dump.c
@@
-1366,6
+1366,7
@@
const struct flag_to_name cv_flags_names[] = {
{CVf_CVGV_RC, "CVGV_RC,"},
{CVf_DYNFILE, "DYNFILE,"},
{CVf_AUTOLOAD, "AUTOLOAD,"},
+ {CVf_HASEVAL, "HASEVAL"},
{CVf_ISXSUB, "ISXSUB,"}
};