summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-11-05 14:44:04 -0700
committerFather Chrysostomos <sprout@cpan.org>2011-11-05 14:44:04 -0700
commit764ff8a933e63591426a2e7aedc4e48dc4648a7d (patch)
tree3d1e9a4d9726ac0bd537ec3cb97c15633bf3693f /proto.h
parent9c3f0156b51bc2984d1bae9a562cf5a8f98b6aab (diff)
downloadperl-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto.h b/proto.h
index c52b4d1085..6aa9e2da58 100644
--- a/proto.h
+++ b/proto.h
@@ -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 \