This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Pass the current and desired hash sizes to S_hsplit().
authorNicholas Clark <nick@ccl4.org>
Thu, 21 Feb 2013 18:45:38 +0000 (19:45 +0100)
committerNicholas Clark <nick@ccl4.org>
Tue, 26 Feb 2013 15:00:19 +0000 (16:00 +0100)
commitadf6906bf1b434ce6de8a74bee3758cc5bd83b7a
tree9150d021ef6cc30ff3251184cf20485ac0d3a04e
parent0df056163a5c186d5ef583804a92195aeb095201
Pass the current and desired hash sizes to S_hsplit().

Whilst this is slightly more work for its existing two callers, it will
permit Perl_hv_ksplit() to also call it.

Use STRLEN for the parameters, and change a local variable from I32 to
STRLEN to match.
embed.fnc
embed.h
hv.c
proto.h