p4raw-id: //depot/perl@9404
PP(pp_ne)
{
- dSP; dTARGET; tryAMAGICbinSET(ne,0);
+ dSP; tryAMAGICbinSET(ne,0);
#ifndef NV_PRESERVES_UV
if (SvROK(TOPs) && SvROK(TOPm1s)) {
- SETi(PTR2UV(SvRV(TOPs)) - PTR2UV(SvRV(TOPm1s)));
+ SETs(boolSV(SvRV(TOPs) == SvRV(TOPm1s)));
RETURN;
}
#endif