This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
eliminate a goto in pp_goto (!)
authorDavid Mitchell <davem@iabyn.com>
Sun, 5 Jul 2015 09:08:25 +0000 (10:08 +0100)
committerDavid Mitchell <davem@iabyn.com>
Wed, 3 Feb 2016 08:59:35 +0000 (08:59 +0000)
commit5d52e3101d76a99b351d6620ccec2cd8e6119fb9
treeab17711a1b5e5832571fdfcda36ab515c8344a7e
parent0fa3d31dd8de1330eb5073722780b3f389461911
eliminate a goto in pp_goto (!)

Replace a C-level goto with a while loop: logically equivalent,
but doesn't use a goto. (I know, I know, this is in pp_goto, but even
so...)
pp_ctl.c