summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-01-24 09:46:11 -0800
committerFather Chrysostomos <sprout@cpan.org>2012-01-24 09:46:11 -0800
commit8d5692911401401dd403c3c2aa0aa3eca63171a4 (patch)
tree95a9aad72d8a30dc0f55adbab2a4dc2b0c7b43d5 /embed.h
parentc57800287bb7332d399cc08ed7d34606d6640e22 (diff)
downloadperl-8d5692911401401dd403c3c2aa0aa3eca63171a4.tar.gz
Move amagic hint checking to new function
so that stringification will be able to use it, too.
Diffstat (limited to 'embed.h')
-rw-r--r--embed.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/embed.h b/embed.h
index 93d265fafa..519006250d 100644
--- a/embed.h
+++ b/embed.h
@@ -983,6 +983,7 @@
#endif
#ifdef PERL_CORE
#define allocmy(a,b,c) Perl_allocmy(aTHX_ a,b,c)
+#define amagic_is_enabled(a) Perl_amagic_is_enabled(aTHX_ a)
#define apply(a,b,c) Perl_apply(aTHX_ a,b,c)
#define bind_match(a,b,c) Perl_bind_match(aTHX_ a,b,c)
#define block_end(a,b) Perl_block_end(aTHX_ a,b)