From: Nicholas Clark Date: Sat, 21 May 2005 15:59:30 +0000 (+0000) Subject: Fool. That should be I32 everywhere. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ac1e784a7c71679a70a1ebe3997559be19c92895;p=p5sagit%2Fp5-mst-13.2.git Fool. That should be I32 everywhere. p4raw-id: //depot/perl@24529 --- diff --git a/hv.c b/hv.c index 4daaf33..4bc252e 100644 --- a/hv.c +++ b/hv.c @@ -2292,7 +2292,7 @@ Perl_hv_placeholders_get(pTHX_ HV *hv) } void -Perl_hv_placeholders_set(pTHX_ HV *hv, IV ph) +Perl_hv_placeholders_set(pTHX_ HV *hv, I32 ph) { dVAR; MAGIC *mg = mg_find((SV*)hv, PERL_MAGIC_rhash);