fix scope cleanup when next jumps to a continue block; this is rather
authorGurusamy Sarathy <gsar@cpan.org>
Sun, 23 Jan 2000 06:43:51 +0000 (06:43 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Sun, 23 Jan 2000 06:43:51 +0000 (06:43 +0000)
commit1ee987245c095afd177d3e2ca6255cec8dbb53ca
tree6a572e192f37b2730dffe54c5fdd55ca80629a08
parent43d4d5c68e72a81744de7e89e6fd076b16f00314
fix scope cleanup when next jumps to a continue block; this is rather
in the nature of a kludge; it doesn't fix the longstanding bug that
makes C<while (!$x++) { local $x = 7 } continue { print $x }> print "7"
instead of "1")

p4raw-id: //depot/perl@4848
pp_ctl.c
t/cmd/while.t