projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
ba964c9
)
Re: [ID 20011129.163] B::Xref- $top corrupt
Rafael Garcia-Suarez [Thu, 29 Nov 2001 22:46:12 +0000 (23:46 +0100)]
Message-ID: <
20011129224612
.A699@rafael>
p4raw-id: //depot/perl@13403
ext/B/B/Xref.pm
patch
|
blob
|
blame
|
history
diff --git
a/ext/B/B/Xref.pm
b/ext/B/B/Xref.pm
index
1f3e247
..
1731b86
100644
(file)
--- a/
ext/B/B/Xref.pm
+++ b/
ext/B/B/Xref.pm
@@
-281,6
+281,7
@@
sub pp_const {
}
else {
$top = $pad[$op->targ];
+ $top = UNKNOWN unless $top;
}
}