projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
aa921f4
)
(Retracted by #9404.)
Jarkko Hietaniemi [Wed, 28 Mar 2001 14:47:43 +0000 (14:47 +0000)]
p4raw-id: //depot/perl@9403
pp.c
patch
|
blob
|
blame
|
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)));