WinCE more implemented functions
[p5sagit/p5-mst-13.2.git] / intrpvar.h
index 44d6296..6a34ea4 100644 (file)
@@ -523,6 +523,10 @@ PERLVARI(Irunops_dbg,      runops_proc_t,  MEMBER_TO_FPTR(Perl_runops_debug))
 PERLVARI(Ippid,                IV,             0)
 #endif
 
+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 */