diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-11-05 14:44:04 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-11-05 14:44:04 -0700 |
commit | 764ff8a933e63591426a2e7aedc4e48dc4648a7d (patch) | |
tree | 3d1e9a4d9726ac0bd537ec3cb97c15633bf3693f /embed.fnc | |
parent | 9c3f0156b51bc2984d1bae9a562cf5a8f98b6aab (diff) | |
download | perl-764ff8a933e63591426a2e7aedc4e48dc4648a7d.tar.gz |
Perl_hv_kill_backrefs is also used in scope.c
Sorry for the smoke.
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -2261,8 +2261,7 @@ p |void |hv_ename_delete|NN HV *hv|NN const char *name|U32 len \ |U32 flags : 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) -: Only used in sv.c +#if defined(PERL_IN_DUMP_C) || defined(PERL_IN_HV_C) || defined(PERL_IN_SV_C) || defined(PERL_IN_SCOPE_C) poM |void |hv_kill_backrefs |NN HV *hv #endif Apd |void |hv_clear_placeholders |NN HV *hv |