summaryrefslogtreecommitdiff
path: root/sv.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2005-05-20 21:11:52 +0000
committerNicholas Clark <nick@ccl4.org>2005-05-20 21:11:52 +0000
commit11ca45c0440b891278a1e7129025dd5644026556 (patch)
tree9091ca5bf20af6659e0e73384a258d5ac3ddbb3d /sv.h
parent7596a890808c68b396a85f42b3695b1e97cbe208 (diff)
downloadperl-11ca45c0440b891278a1e7129025dd5644026556.tar.gz
Goodbye AvFLAGS
p4raw-id: //depot/perl@24518
Diffstat (limited to 'sv.h')
-rw-r--r--sv.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sv.h b/sv.h
index 9416d53a58..6c5c451d81 100644
--- a/sv.h
+++ b/sv.h
@@ -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 */
};