projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
1c5d1ca
)
Fix some compilation warnings
Rafael Garcia-Suarez [Wed, 4 Jan 2006 13:02:18 +0000 (13:02 +0000)]
p4raw-id: //depot/perl@26643
pp_hot.c
patch
|
blob
|
blame
|
history
diff --git
a/pp_hot.c
b/pp_hot.c
index
7b12cec
..
dd4bdad
100644
(file)
--- a/
pp_hot.c
+++ b/
pp_hot.c
@@
-201,8
+201,8
@@
PP(pp_concat)
dPOPTOPssrl;
bool lbyte;
STRLEN rlen;
- const char *rpv;
- bool rbyte;
+ const char *rpv = 0;
+ bool rbyte = FALSE;
bool rcopied = FALSE;
if (TARG == right && right != left) {