summaryrefslogtreecommitdiff
path: root/sv.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-06-04 16:45:23 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-06-04 16:45:23 +0000
commit524189f16184b7c26cd5c891db0a97b3ccc255cc (patch)
tree00de50b67e2847108c92f48954c70f71f741899c /sv.h
parent2a52c5cc55f4ebc894a7289dc386b81d22d08e1a (diff)
downloadperl-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sv.h b/sv.h
index f9aa1849be..034b51ed68 100644
--- a/sv.h
+++ b/sv.h
@@ -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 */