From 524189f16184b7c26cd5c891db0a97b3ccc255cc Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Mon, 4 Jun 2001 16:45:23 +0000 Subject: Sigh. This is what #10424 was supposed to check in. p4raw-id: //depot/perl@10433 --- sv.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sv.h') 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. /* 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 */ -- cgit v1.2.1