This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Replace boolean use of HvFILL(hv) with HvTOTALKEYS(hv), which is equivalent.
authorNicholas Clark <nick@ccl4.org>
Sun, 24 Jan 2010 10:50:02 +0000 (10:50 +0000)
committerNicholas Clark <nick@ccl4.org>
Fri, 21 May 2010 17:56:25 +0000 (18:56 +0100)
commitf4431c56525a8650559872ff19c75f109a5d1190
tree13095010533840ac482115102e66751a5c4dace0
parented3b9b3c212f717939207379cdb328156dd4a01e
Replace boolean use of HvFILL(hv) with HvTOTALKEYS(hv), which is equivalent.
hv.c
op.c