Replace the bulk of Perl_hv_ksplit() with a call to S_hsplit().
authorNicholas Clark <nick@ccl4.org>
Thu, 21 Feb 2013 19:22:32 +0000 (20:22 +0100)
committerNicholas Clark <nick@ccl4.org>
Tue, 26 Feb 2013 15:00:20 +0000 (16:00 +0100)
commite8c10cf36903c9c33ff8323b6f1a05d27080bc4d
treebce4ff251ee69a76154f7006b1c25765945161be
parent68303b5c043fa83afa9518dd6d3882960216ac4d
Replace the bulk of Perl_hv_ksplit() with a call to S_hsplit().

The code duplication that introduced hv_ksplit() as a fork of hsplit() back
with commit 72940dca186befa0 in Sept 1996 is finally healed.
hv.c