projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa921f4
)
(Retracted by #9404.)
author
Jarkko Hietaniemi
<jhi@iki.fi>
Wed, 28 Mar 2001 14:47:43 +0000
(14:47 +0000)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Wed, 28 Mar 2001 14:47:43 +0000
(14:47 +0000)
p4raw-id: //depot/perl@9403
pp.c
patch
|
blob
|
history
diff --git
a/pp.c
b/pp.c
index
769b505
..
4d45db4
100644
(file)
--- 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)));