projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
932e9ff
)
suppress warning (from John Tobey <jtobey@epsilondev.com>)
Gurusamy Sarathy [Mon, 20 Sep 1999 03:27:49 +0000 (
03:27
+0000)]
p4raw-id: //depot/perl@4199
ext/B/B/Terse.pm
patch
|
blob
|
blame
|
history
diff --git
a/ext/B/B/Terse.pm
b/ext/B/B/Terse.pm
index
35bf9b8
..
bc9d943
100644
(file)
--- a/
ext/B/B/Terse.pm
+++ b/
ext/B/B/Terse.pm
@@
-79,7
+79,7
@@
sub B::COP::terse {
if ($label) {
$label = " label ".cstring($label);
}
- print indent($level), peekop($op), $label, "\n";
+ print indent($level), peekop($op), $label || "", "\n";
}
sub B::PV::terse {