diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-04 16:45:23 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-04 16:45:23 +0000 |
commit | 524189f16184b7c26cd5c891db0a97b3ccc255cc (patch) | |
tree | 00de50b67e2847108c92f48954c70f71f741899c /sv.h | |
parent | 2a52c5cc55f4ebc894a7289dc386b81d22d08e1a (diff) | |
download | perl-524189f16184b7c26cd5c891db0a97b3ccc255cc.tar.gz |
Sigh. This is what #10424 was supposed to check in.
p4raw-id: //depot/perl@10433
Diffstat (limited to 'sv.h')
-rw-r--r-- | sv.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -217,6 +217,7 @@ perform the upgrade if necessary. See C<svtype>. /* SVpad_OUR may be set on SVt_PV{NV,MG,GV} types */ #define SVpad_OUR 0x80000000 /* pad name is "our" instead of "my" */ +#define SVpad_TYPED 0x40000000 /* Typed Lexical */ #define SVf_IVisUV 0x80000000 /* use XPVUV instead of XPVIV */ |