projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f4fc778
)
Warnings in B::Deparse
Abigail [Tue, 29 Aug 2000 00:00:01 +0000 (20:00 -0400)]
Message-ID: <
20000829040001
.2999.qmail@foad.org>
p4raw-id: //depot/perl@6880
ext/B/B/Deparse.pm
patch
|
blob
|
blame
|
history
diff --git
a/ext/B/B/Deparse.pm
b/ext/B/B/Deparse.pm
index
c67ab43
..
d093fbb
100644
(file)
--- a/
ext/B/B/Deparse.pm
+++ b/
ext/B/B/Deparse.pm
@@
-2495,7
+2495,7
@@
sub pchr { # ASCII
sub collapse {
my(@chars) = @_;
- my($c, $str, $tr);
+ my($str, $c, $tr) = ("");
for ($c = 0; $c < @chars; $c++) {
$tr = $chars[$c];
$str .= pchr($tr);