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
[perl #96126] Allocate CvFILE more simply
[perl5.git]
/
dump.c
diff --git
a/dump.c
b/dump.c
index
c19cb8e
..
232ab01
100644
(file)
--- a/
dump.c
+++ b/
dump.c
@@
-1446,6
+1446,7
@@
const struct flag_to_name cv_flags_names[] = {
{CVf_METHOD, "METHOD,"},
{CVf_WEAKOUTSIDE, "WEAKOUTSIDE,"},
{CVf_CVGV_RC, "CVGV_RC,"},
+ {CVf_DYNFILE, "DYNFILE,"},
{CVf_ISXSUB, "ISXSUB,"}
};