diff options
author | Nicholas Clark <nick@ccl4.org> | 2005-05-20 21:11:52 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-05-20 21:11:52 +0000 |
commit | 11ca45c0440b891278a1e7129025dd5644026556 (patch) | |
tree | 9091ca5bf20af6659e0e73384a258d5ac3ddbb3d /sv.h | |
parent | 7596a890808c68b396a85f42b3695b1e97cbe208 (diff) | |
download | perl-11ca45c0440b891278a1e7129025dd5644026556.tar.gz |
Goodbye AvFLAGS
p4raw-id: //depot/perl@24518
Diffstat (limited to 'sv.h')
-rw-r--r-- | sv.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -229,6 +229,9 @@ perform the upgrade if necessary. See C<svtype>. #define SVprv_WEAKREF 0x80000000 /* Weak reference */ +#define SVpav_REAL 0x40000000 /* free old entries */ +#define SVpav_REIFY 0x80000000 /* can become real */ + struct xrv { SV * xrv_rv; /* pointer to another SV */ }; |