Move the code handling allocating a new buffer earlier in Perl_hv_ksplit().
authorNicholas Clark <nick@ccl4.org>
Thu, 21 Feb 2013 18:16:44 +0000 (19:16 +0100)
committerNicholas Clark <nick@ccl4.org>
Tue, 26 Feb 2013 15:00:19 +0000 (16:00 +0100)
commit0df056163a5c186d5ef583804a92195aeb095201
tree5fc0587463490508864fbf9850887c62874c390b
parentc23dc12bbfaaff3193b4bd54a44c37c5634a7f46
Move the code handling allocating a new buffer earlier in Perl_hv_ksplit().

This makes the rest of the code of Perl_hv_ksplit() closer to that of
S_hsplit().
hv.c