This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
fix localization in while BLOCK when there is a continue BLOCK
authorGurusamy Sarathy <gsar@cpan.org>
Sun, 23 Jan 2000 08:17:30 +0000 (08:17 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Sun, 23 Jan 2000 08:17:30 +0000 (08:17 +0000)
commit872465582bf743a066e1240f2c3e941735674827
tree213664ae2c9b0a4f594b57eee46b5b4d457738aa
parent1ee987245c095afd177d3e2ca6255cec8dbb53ca
fix localization in while BLOCK when there is a continue BLOCK
by introducing an explicit scope (c.f. change#4848)

p4raw-link: @4848 on //depot/perl: 1ee987245c095afd177d3e2ca6255cec8dbb53ca

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