projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
2d717ff
)
gcc -Wall nit noticed by NI-S.
Jarkko Hietaniemi [Fri, 7 Jun 2002 13:22:38 +0000 (13:22 +0000)]
p4raw-id: //depot/perl@17058
pp.c
patch
|
blob
|
blame
|
history
diff --git
a/pp.c
b/pp.c
index
08cb9cf
..
ae29d79
100644
(file)
--- a/
pp.c
+++ b/
pp.c
@@
-3849,7
+3849,7
@@
PP(pp_hslice)
while (++MARK <= SP) {
SV *keysv = *MARK;
SV **svp;
- I32 preeminent;
+ bool preeminent = FALSE;
if (localizing) {
preeminent = SvRMAGICAL(hv) && !other_magic ? 1 :