From: Gurusamy Sarathy Date: Mon, 26 Jul 1999 08:59:47 +0000 (+0000) Subject: setstate stop-gap from Vishal Bhatia X-Git-Tag: accepted/trunk/20130322.191538~36210 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=edcf81c065c289db870eda66eec01bdab2c57a10;p=platform%2Fupstream%2Fperl.git setstate stop-gap from Vishal Bhatia p4raw-id: //depot/perl@3762 --- diff --git a/ext/B/B/CC.pm b/ext/B/B/CC.pm index 4affda0..30882dd 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_scalar pp_regcmaybe pp_lineseq pp_scope pp_null)) { + foreach (qw(pp_setstate pp_scalar pp_regcmaybe pp_lineseq pp_scope pp_null)) { $ignore_op{$_} = 1; } }