From 79c9de88ef5e196ed0d72a22755d7df0f7db3862 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Wed, 28 Mar 2001 14:47:43 +0000 Subject: (Retracted by #9404.) p4raw-id: //depot/perl@9403 --- pp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pp.c') diff --git a/pp.c b/pp.c index 769b505277..4d45db458e 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))); -- cgit v1.2.1