From: Rafael Garcia-Suarez Date: Mon, 23 May 2005 11:38:34 +0000 (+0000) Subject: Declaration nit spotted by Jarkko X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5f52a9a9d70e7135bcdcd2ce1817c062e8272518;p=p5sagit%2Fp5-mst-13.2.git Declaration nit spotted by Jarkko p4raw-id: //depot/perl@24550 --- diff --git a/hv.c b/hv.c index e14f7ab..2996a8e 100644 --- a/hv.c +++ b/hv.c @@ -1635,7 +1635,7 @@ Perl_hv_undef(pTHX_ HV *hv) } struct xpvhv_aux* -S_hv_auxinit(aTHX) { +S_hv_auxinit(pTHX) { struct xpvhv_aux *iter; New(0, iter, 1, struct xpvhv_aux);