diff options
author | Steve Hay <SteveHay@planit.com> | 2006-12-06 17:28:03 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2006-12-06 17:28:03 +0000 |
commit | bd95ae50406ae1b55da3f57111cd4644d9d82c6a (patch) | |
tree | 4c2c4dbd2105601acacaf1f302a8e9c389d2e9dc /embed.fnc | |
parent | 38d458223cba6a811392b6c55c78b12d7fae269e (diff) | |
download | perl-bd95ae50406ae1b55da3f57111cd4644d9d82c6a.tar.gz |
Better fix than #29479 for exporting refcounted_he_chain_2hv
p4raw-id: //depot/perl@29480
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -311,7 +311,7 @@ ApMdR |HE* |hv_iternext_flags|NN HV* tb|I32 flags ApdR |SV* |hv_iterval |NN HV* tb|NN HE* entry Ap |void |hv_ksplit |NN HV* hv|IV newmax Apdbm |void |hv_magic |NN HV* hv|NULLOK GV* gv|int how -AdpoM |HV * |refcounted_he_chain_2hv|NULLOK const struct refcounted_he *c +XEdpoM |HV * |refcounted_he_chain_2hv|NULLOK const struct refcounted_he *c XEpoM |SV * |refcounted_he_fetch|NN const struct refcounted_he *chain \ |NULLOK SV *keysv|NULLOK const char *key \ |STRLEN klen, int flags, U32 hash |