This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Two debugging patches.
[perl5.git] / intrpvar.h
index 44d6296..6d77cec 100644 (file)
@@ -523,6 +523,8 @@ PERLVARI(Irunops_dbg,       runops_proc_t,  MEMBER_TO_FPTR(Perl_runops_debug))
 PERLVARI(Ippid,                IV,             0)
 #endif
 
+PERLVARI(Ihash_seed, UV, 0)            /* Hash initializer */
+
 PERLVAR(IDBassertion,   SV *)
 
 PERLVARI(Icv_has_eval, I32, 0) /* PL_compcv includes an entereval or similar */