This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
another ext/SDBM_File/sdbm build fix
[perl5.git] / sv.h
diff --git a/sv.h b/sv.h
index 5d2fab2..a9a57df 100644 (file)
--- a/sv.h
+++ b/sv.h
@@ -213,6 +213,7 @@ perform the upgrade if necessary.  See C<svtype>.
 
 #define SVrepl_EVAL    0x40000000      /* Replacement part of s///e */
 
+#define SVphv_REHASH   0x10000000      /* HV is recalculating hash values */
 #define SVphv_SHAREKEYS 0x20000000     /* keys live on shared string table */
 #define SVphv_LAZYDEL  0x40000000      /* entry in xhv_eiter must be deleted */
 #define SVphv_HASKFLAGS        0x80000000      /* keys have flag byte after hash */