projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
8f3ccfa
)
A little bit more of weird-code-proofing in B::Deparse.
Rafael Garcia-Suarez [Mon, 2 Jun 2003 18:22:06 +0000 (18:22 +0000)]
Fixes a bug reported by Alexey Tourbin in
Message-ID: <
20030602085348
.GA24023@solemn.turbinal.org>
p4raw-id: //depot/perl@19665
ext/B/B/Deparse.pm
patch
|
blob
|
blame
|
history
diff --git
a/ext/B/B/Deparse.pm
b/ext/B/B/Deparse.pm
index
6e48335
..
3af74bc
100644
(file)
--- a/
ext/B/B/Deparse.pm
+++ b/
ext/B/B/Deparse.pm
@@
-3586,6
+3586,7
@@
sub re_dq {
sub pure_string {
my ($self, $op) = @_;
+ return 0 if null $op;
my $type = $op->name;
if ($type eq 'const') {