Re: [perl #23463] compiler version on sparc/netbsd
[p5sagit/p5-mst-13.2.git] / intrpvar.h
index a90ada2..6a34ea4 100644 (file)
@@ -525,7 +525,7 @@ PERLVARI(Ippid,             IV,             0)
 
 PERLVARI(Ihash_seed, UV, 0)            /* Hash initializer */
 
-PERLVAR(Icsighandlerp, Sighandler_t)
+PERLVARI(Ihash_seed_set, bool, FALSE)          /* Hash initialized? */
 
 PERLVAR(IDBassertion,   SV *)