projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
0002dd4
)
change#3762 wasn't needed
Gurusamy Sarathy [Tue, 27 Jul 1999 03:56:17 +0000 (
03:56
+0000)]
p4raw-link: @3762 on //depot/perl:
edcf81c065c289db870eda66eec01bdab2c57a10
p4raw-id: //depot/perl@3784
ext/B/B/CC.pm
patch
|
blob
|
blame
|
history
diff --git
a/ext/B/B/CC.pm
b/ext/B/B/CC.pm
index
30882dd
..
4affda0
100644
(file)
--- a/
ext/B/B/CC.pm
+++ b/
ext/B/B/CC.pm
@@
-54,7
+54,7
@@
my %ignore_op; # Hash of ops which do nothing except returning op_next
my %need_curcop; # Hash of ops which need PL_curcop
BEGIN {
- foreach (qw(pp_setstate pp_scalar pp_regcmaybe pp_lineseq pp_scope pp_null)) {
+ foreach (qw(pp_scalar pp_regcmaybe pp_lineseq pp_scope pp_null)) {
$ignore_op{$_} = 1;
}
}