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
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add CVf_CVGV_RC flag
[perl5.git]
/
dump.c
diff --git
a/dump.c
b/dump.c
index
120c9b4
..
843eb88
100644
(file)
--- a/
dump.c
+++ b/
dump.c
@@
-1499,7
+1499,8
@@
const struct flag_to_name cv_flags_names[] = {
{CVf_NODEBUG, "NODEBUG,"},
{CVf_LVALUE, "LVALUE,"},
{CVf_METHOD, "METHOD,"},
- {CVf_WEAKOUTSIDE, "WEAKOUTSIDE,"}
+ {CVf_WEAKOUTSIDE, "WEAKOUTSIDE,"},
+ {CVf_CVGV_RC, "CVGV_RC,"}
};
const struct flag_to_name hv_flags_names[] = {