X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=intrpvar.h;h=6a34ea4e67f94a71e5876c7c76c66f12085e6952;hb=40837afcb0b195c90e4d9b17d791c9d4dd4f223b;hp=a90ada23de38079f07e6e0adc9f04e4a9824e9b5;hpb=6f3a2bff8962a08390935b5974d219e8b377833e;p=p5sagit%2Fp5-mst-13.2.git diff --git a/intrpvar.h b/intrpvar.h index a90ada2..6a34ea4 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -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 *)