summaryrefslogtreecommitdiff
path: root/opcode.pl
diff options
context:
space:
mode:
authorDave Mitchell <davem@fdisolutions.com>2004-02-17 23:30:50 +0000
committerDave Mitchell <davem@fdisolutions.com>2004-02-17 23:30:50 +0000
commitdc9aa44637d2171ba3efbf36c71e8591a7ce05d7 (patch)
tree89e779252a08db19466b5562dc06e0b9e321738d /opcode.pl
parentbe56ab1f8df33612d7b40c6ada095aa7922d7626 (diff)
downloadperl-dc9aa44637d2171ba3efbf36c71e8591a7ce05d7.tar.gz
add deprecation warning for C<my $x if foo> and C<foo && (my $x)>
p4raw-id: //depot/perl@22328
Diffstat (limited to 'opcode.pl')
-rwxr-xr-xopcode.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/opcode.pl b/opcode.pl
index 1fe1f3ca89..10e252c246 100755
--- a/opcode.pl
+++ b/opcode.pl
@@ -684,8 +684,8 @@ die die ck_die dimst@ L
reset symbol reset ck_fun is% S?
lineseq line sequence ck_null @
-nextstate next statement ck_null s;
-dbstate debug next statement ck_null s;
+nextstate next statement ck_state s;
+dbstate debug next statement ck_state s;
unstack iteration finalizer ck_null s0
enter block entry ck_null 0
leave block exit ck_null @