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 /proto.h | |
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 'proto.h')
-rw-r--r-- | proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5432,7 +5432,7 @@ STATIC void S_xmldump_attr(pTHX_ I32 level, PerlIO *file, const char* pat, ...) # endif #endif -#if defined(PERL_IN_DUMP_C) || defined(PERL_IN_HV_C) || defined(PERL_IN_SV_C) +#if defined(PERL_IN_DUMP_C) || defined(PERL_IN_HV_C) || defined(PERL_IN_SV_C) || defined(PERL_IN_SCOPE_C) PERL_CALLCONV void Perl_hv_kill_backrefs(pTHX_ HV *hv) __attribute__nonnull__(pTHX_1); #define PERL_ARGS_ASSERT_HV_KILL_BACKREFS \ |