diff options
author | Yves Orton <demerphq@gmail.com> | 2014-03-01 15:49:28 +0100 |
---|---|---|
committer | Yves Orton <demerphq@gmail.com> | 2014-03-18 08:37:04 +0100 |
commit | bea177f3c4412e3250a860c64abed7595ae6373a (patch) | |
tree | 728d1b40b2a0bea0f04a2c2ca7e91cbdb0133242 /embed.fnc | |
parent | 12733a0391a05c17c34b642aa1694e0d482f3df6 (diff) | |
download | perl-bea177f3c4412e3250a860c64abed7595ae6373a.tar.gz |
Split out part of hv_auxinit() so it can be reused
Changes nothing except that it introduces hv_auxinit_interal() which
does part of the job of hv_auxinit(), so that we can call it from
somewhere else in the next commit.
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1840,6 +1840,7 @@ sR |HEK* |share_hek_flags|NN const char *str|I32 len|U32 hash|int flags rs |void |hv_notallowed |int flags|NN const char *key|I32 klen|NN const char *msg in |U32|ptr_hash|PTRV u s |struct xpvhv_aux*|hv_auxinit|NN HV *hv +sn |struct xpvhv_aux*|hv_auxinit_internal|NN struct xpvhv_aux *iter sM |SV* |hv_delete_common|NULLOK HV *hv|NULLOK SV *keysv \ |NULLOK const char *key|STRLEN klen|int k_flags|I32 d_flags \ |U32 hash |