diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-07-27 03:56:17 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-07-27 03:56:17 +0000 |
commit | 9d28db1aac83d451098ecdecc42a551f9d846311 (patch) | |
tree | bfa4aa712517b20f0a19c970d83711a9501d2fdd /ext | |
parent | 0002dd408e3c774a6362509144c535985989fca0 (diff) | |
download | perl-9d28db1aac83d451098ecdecc42a551f9d846311.tar.gz |
change#3762 wasn't needed
p4raw-link: @3762 on //depot/perl: edcf81c065c289db870eda66eec01bdab2c57a10
p4raw-id: //depot/perl@3784
Diffstat (limited to 'ext')
-rw-r--r-- | ext/B/B/CC.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/B/B/CC.pm b/ext/B/B/CC.pm index 30882dd48f..4affda0014 100644 --- 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; } } |