summaryrefslogtreecommitdiff
path: root/dump.c
diff options
context:
space:
mode:
authorJohn Peacock <jpeacock@rowman.com>2002-08-10 11:56:22 -0400
committerhv <hv@crypt.org>2002-08-20 14:51:16 +0000
commit92f0c2656233063d579e19d8c63f7cbf6ce7b9a2 (patch)
treede9b1657ee61c55fe0efcd69d94f058b776800ae /dump.c
parent464b080a310708e7a2a4f76cfdc5ca4039ba758d (diff)
downloadperl-92f0c2656233063d579e19d8c63f7cbf6ce7b9a2.tar.gz
[REVISED PATCH] Magic v-strings
Message-id: <3D556FE6.6000404@rowman.com> plus a bit of cleanup p4raw-id: //depot/perl@17742
Diffstat (limited to 'dump.c')
-rw-r--r--dump.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/dump.c b/dump.c
index 0081135c50..e287a79578 100644
--- a/dump.c
+++ b/dump.c
@@ -768,6 +768,7 @@ static struct { char type; char *name; } magic_names[] = {
{ PERL_MAGIC_taint, "taint(t)" },
{ PERL_MAGIC_uvar_elem, "uvar_elem(v)" },
{ PERL_MAGIC_vec, "vec(v)" },
+ { PERL_MAGIC_vstring, "v-string(V)" },
{ PERL_MAGIC_substr, "substr(x)" },
{ PERL_MAGIC_defelem, "defelem(y)" },
{ PERL_MAGIC_ext, "ext(~)" },