diff options
author | John Peacock <jpeacock@rowman.com> | 2002-08-10 11:56:22 -0400 |
---|---|---|
committer | hv <hv@crypt.org> | 2002-08-20 14:51:16 +0000 |
commit | 92f0c2656233063d579e19d8c63f7cbf6ce7b9a2 (patch) | |
tree | de9b1657ee61c55fe0efcd69d94f058b776800ae /perl.h | |
parent | 464b080a310708e7a2a4f76cfdc5ca4039ba758d (diff) | |
download | perl-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 */ |