projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
0b7031a
)
avoid warning
Gurusamy Sarathy [Mon, 6 Mar 2000 03:29:11 +0000 (
03:29
+0000)]
p4raw-id: //depot/perl@5563
pp.c
patch
|
blob
|
blame
|
history
diff --git
a/pp.c
b/pp.c
index
300b20f
..
01a90e2
100644
(file)
--- a/
pp.c
+++ b/
pp.c
@@
-1398,7
+1398,7
@@
PP(pp_negate)
RETURN;
}
else if (SvUVX(sv) <= IV_MAX) {
- SETi(-SvUVX(sv));
+ SETi(-SvIVX(sv));
RETURN;
}
}