This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Superparanoia.
[perl5.git] / intrpvar.h
index 6d77cec..6a34ea4 100644 (file)
@@ -525,6 +525,8 @@ PERLVARI(Ippid,             IV,             0)
 
 PERLVARI(Ihash_seed, UV, 0)            /* Hash initializer */
 
+PERLVARI(Ihash_seed_set, bool, FALSE)          /* Hash initialized? */
+
 PERLVAR(IDBassertion,   SV *)
 
 PERLVARI(Icv_has_eval, I32, 0) /* PL_compcv includes an entereval or similar */