summaryrefslogtreecommitdiff
path: root/perl.h
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 /perl.h
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 'perl.h')
-rw-r--r--perl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl.h b/perl.h
index 0943e2ff62..e5e97b8b94 100644
--- a/perl.h
+++ b/perl.h
@@ -2620,6 +2620,7 @@ Gid_t getegid (void);
#define PERL_MAGIC_uvar 'U' /* Available for use by extensions */
#define PERL_MAGIC_uvar_elem 'u' /* Reserved for use by extensions */
#define PERL_MAGIC_vec 'v' /* vec() lvalue */
+#define PERL_MAGIC_vstring 'V' /* SV was vstring literal */
#define PERL_MAGIC_substr 'x' /* substr() lvalue */
#define PERL_MAGIC_defelem 'y' /* Shadow "foreach" iterator variable /
smart parameter vivification */