Move the SV dereference of Perl_hv_fetch()/Perl_hv_store()/
authorNicholas Clark <nick@ccl4.org>
Thu, 20 Sep 2007 15:11:01 +0000 (15:11 +0000)
committerNicholas Clark <nick@ccl4.org>
Thu, 20 Sep 2007 15:11:01 +0000 (15:11 +0000)
commit3c84c864231398acf151e374b509e7baf61d7cef
tree6c01a13c19ad63c15bd1cb718c5f09747609cc69
parenta75fcbca710241c84d9f5fe49b90116e47f9de43
Move the SV dereference of Perl_hv_fetch()/Perl_hv_store()/
Perl_hv_store_flags() into Perl_hv_common(). All already pass in
HV_FETCH_JUST_SV, which only these three pass in.

p4raw-id: //depot/perl@31930
hv.c