From: Spider Boardman Date: Tue, 19 Dec 2000 21:30:16 +0000 (-0500) Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4... X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e57fe1aa2a4637b4d2cd478e540c6c96a8440d03;p=p5sagit%2Fp5-mst-13.2.git [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED) Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com> p4raw-id: //depot/perl@8206 --- diff --git a/sv.c b/sv.c index 1fbf83f..fd7d67d 100644 --- a/sv.c +++ b/sv.c @@ -1668,11 +1668,10 @@ S_sv_2iuv_non_preserve (pTHX_ register SV *sv, I32 numtype) } return IS_NUMBER_OVERFLOW_IV; } - return S_sv_2inuv_non_preserve (sv, numtype); + return S_sv_2inuv_non_preserve(aTHX_ sv, numtype); } #endif /* NV_PRESERVES_UV*/ - IV Perl_sv_2iv(pTHX_ register SV *sv) {