This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Move the call to Perl_cv_clone() into S_doform(), from its two callers.
authorNicholas Clark <nick@ccl4.org>
Wed, 1 Sep 2010 09:56:47 +0000 (10:56 +0100)
committerNicholas Clark <nick@ccl4.org>
Wed, 1 Sep 2010 09:56:47 +0000 (10:56 +0100)
commit7b1903740d907382fa6f406bd7ab1262921746c8
treeecf3b2209495133e8daa99369b56715b436ea931
parenta77ac40c5b8111e15c16279ce494e3aafde2b18e
Move the call to Perl_cv_clone() into S_doform(), from its two callers.

This reduces code duplication slightly, and reduces the object code size.
pp_sys.c