summaryrefslogtreecommitdiff
path: root/dump.c
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2010-07-29 19:11:32 +0100
committerDavid Mitchell <davem@iabyn.com>2010-07-29 19:11:32 +0100
commit31d45e0cf4f5ee720de85bdd07d3a502f2e9de9d (patch)
tree3942dbc45e8cdd299e59949e03c3a0caf4582436 /dump.c
parent8530ff282653a25fc2e4a3560c503d74509ca31b (diff)
downloadperl-31d45e0cf4f5ee720de85bdd07d3a502f2e9de9d.tar.gz
Dump didn't display CVf_ISXSUB flag
Diffstat (limited to 'dump.c')
-rw-r--r--dump.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/dump.c b/dump.c
index 691588f049..76f276e4c8 100644
--- a/dump.c
+++ b/dump.c
@@ -1500,7 +1500,8 @@ const struct flag_to_name cv_flags_names[] = {
{CVf_LVALUE, "LVALUE,"},
{CVf_METHOD, "METHOD,"},
{CVf_WEAKOUTSIDE, "WEAKOUTSIDE,"},
- {CVf_CVGV_RC, "CVGV_RC,"}
+ {CVf_CVGV_RC, "CVGV_RC,"},
+ {CVf_ISXSUB, "ISXSUB,"}
};
const struct flag_to_name hv_flags_names[] = {