summaryrefslogtreecommitdiff
path: root/sv.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-12-04 16:42:17 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-12-04 16:42:17 +0000
commit6bfc225dd053d6d16a741d24c9f3dd2d90b0a1ae (patch)
treebb6caf500fb0b1ad70eaede748f1d7e0ace5507c /sv.h
parent3c1071f27f81b6dfd8d73d825ae7de3c747da907 (diff)
downloadperl-6bfc225dd053d6d16a741d24c9f3dd2d90b0a1ae.tar.gz
Retract #7977, still too volatile (the euphemism of the day
for unfinished and buggy :-) p4raw-id: //depot/perl@7978
Diffstat (limited to 'sv.h')
-rw-r--r--sv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sv.h b/sv.h
index 42a4e399d4..425acc3832 100644
--- a/sv.h
+++ b/sv.h
@@ -227,7 +227,7 @@ perform the upgrade if necessary. See C<svtype>.
#define SVrepl_EVAL 0x40000000 /* Replacement part of s///e */
-#define SVphv_SHAREKEYS 0x80000000 /* keys live on shared string table */
+#define SVphv_SHAREKEYS 0x20000000 /* keys live on shared string table */
#define SVphv_LAZYDEL 0x40000000 /* entry in xhv_eiter must be deleted */
#define SVprv_WEAKREF 0x80000000 /* Weak reference */