diff options
author | Father Chrysostomos <sprout@cpan.org> | 2010-10-22 23:56:29 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2010-10-22 23:56:57 -0700 |
commit | ee72b38d0571824b5c43b1915ea2a7143cb21fcb (patch) | |
tree | 806d3e75bd7cbe8253d07098c1f6f271e41b546d /embed.fnc | |
parent | a0074a595ba9467095da80f22054deac26706f64 (diff) | |
download | perl-ee72b38d0571824b5c43b1915ea2a7143cb21fcb.tar.gz |
Add functions for adding and deleting stash names
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2110,6 +2110,8 @@ ApoR |HE** |hv_eiter_p |NN HV *hv Apo |void |hv_riter_set |NN HV *hv|I32 riter Apo |void |hv_eiter_set |NN HV *hv|NULLOK HE *eiter Ap |void |hv_name_set |NN HV *hv|NULLOK const char *name|U32 len|U32 flags +p |void |hv_name_add |NN HV *hv|NN const char *name|U32 len +p |void |hv_name_delete |NN HV *hv|NN const char *name|U32 len : Used in dump.c and hv.c poM |AV** |hv_backreferences_p |NN HV *hv #if defined(PERL_IN_DUMP_C) || defined(PERL_IN_HV_C) || defined(PERL_IN_SV_C) |