This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
arrange for next() to resume at the unstack op rather than the
authorGurusamy Sarathy <gsar@cpan.org>
Mon, 24 Apr 2000 08:43:24 +0000 (08:43 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Mon, 24 Apr 2000 08:43:24 +0000 (08:43 +0000)
commit855383171f82b0033b4163a01d30ba375967a9d0
treea22da01cd6f1a18ac0b25aef643b0b5f678f618a
parent32b22042d2a54453bc0d4b6b7f1d2123903a49be
arrange for next() to resume at the unstack op rather than the
loop conditional, so that scope cleanup happens correctly
(from Stephen McCamant)

p4raw-id: //depot/perl@5927
op.c
pp_ctl.c
t/op/misc.t