Merge the refactored S_hsplit() and Perl_hv_ksplit() and related cleanups.
authorNicholas Clark <nick@ccl4.org>
Tue, 26 Feb 2013 14:38:27 +0000 (15:38 +0100)
committerNicholas Clark <nick@ccl4.org>
Tue, 26 Feb 2013 15:01:27 +0000 (16:01 +0100)
Perl_hv_ksplit() now calls S_hsplit(), avoiding duplicating the code to
split hashes when they grow.


Trivial merge