Remove goto L12 - take two
authorPeje Nilsson <peje@irf.se>
Mon, 19 Jun 2017 08:24:48 +0000 (10:24 +0200)
committerEric S. Raymond <esr@thyrsus.com>
Mon, 19 Jun 2017 11:33:40 +0000 (07:33 -0400)
On't know if you let me near this code again but here is a second
stab at removing "goto L12"

Previous attempt failed because of trying to continue the outer
do{}while(false)
Adding an extra for(;;) loop where the only repeat is the former
"goto L12" is replaced by continue. All other exits are returns
and a break;


No differences found