From: Jarkko Hietaniemi Date: Wed, 28 Mar 2001 14:47:43 +0000 (+0000) Subject: (Retracted by #9404.) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=79c9de88ef5e196ed0d72a22755d7df0f7db3862;p=p5sagit%2Fp5-mst-13.2.git (Retracted by #9404.) p4raw-id: //depot/perl@9403 --- diff --git a/pp.c b/pp.c index 769b505..4d45db4 100644 --- a/pp.c +++ b/pp.c @@ -1713,7 +1713,7 @@ PP(pp_ge) PP(pp_ne) { - dSP; tryAMAGICbinSET(ne,0); + dSP; dTARGET; tryAMAGICbinSET(ne,0); #ifndef NV_PRESERVES_UV if (SvROK(TOPs) && SvROK(TOPm1s)) { SETi(PTR2UV(SvRV(TOPs)) - PTR2UV(SvRV(TOPm1s)));