summaryrefslogtreecommitdiff
path: root/sv.h
diff options
context:
space:
mode:
authorPerl 5 Porters <perl5-porters@africa.nicoh.com>1996-06-19 20:12:08 +0000
committerCharles Bailey <bailey@genetics.upenn.edu>1996-06-19 20:12:08 +0000
commitbf6bd8876f5c82478753ddc8ce036db60ddde40e (patch)
tree0c2479a22faf0c13e641f73b56a0fa1b336a6004 /sv.h
parentfde52b5cc5a5093c19adc4c8444d3cef2f199541 (diff)
downloadperl-bf6bd8876f5c82478753ddc8ce036db60ddde40e.tar.gz
Add shared hash key support
Diffstat (limited to 'sv.h')
-rw-r--r--sv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sv.h b/sv.h
index c586de4e02..5b3a72a4ad 100644
--- a/sv.h
+++ b/sv.h
@@ -129,6 +129,8 @@ struct io {
#define SVpbm_CASEFOLD 0x40000000
#define SVpbm_TAIL 0x20000000
+#define SVphv_SHAREKEYS 0x20000000 /* keys live on shared string table */
+
#ifdef OVERLOAD
#define SVpgv_AM 0x40000000
/* #define SVpgv_badAM 0x20000000 */