This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
In Perl_ck_subr(), consolidate all the prototype code in one if block.
authorNicholas Clark <nick@ccl4.org>
Mon, 13 Sep 2010 14:10:40 +0000 (15:10 +0100)
committerNicholas Clark <nick@ccl4.org>
Mon, 13 Sep 2010 14:36:07 +0000 (15:36 +0100)
commit747350425d95672eb231bba3c24c254327448b4d
treeed39700b37df5f55258d492cfcc49363183850b5
parent7d926cfad45d0fd1b9546391623278b92d3e4757
In Perl_ck_subr(), consolidate all the prototype code in one if block.

This reveals that there is no need to set the variable prev when looping for
the !proto case.
op.c