diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-01-24 09:46:11 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-01-24 09:46:11 -0800 |
commit | 8d5692911401401dd403c3c2aa0aa3eca63171a4 (patch) | |
tree | 95a9aad72d8a30dc0f55adbab2a4dc2b0c7b43d5 /embed.h | |
parent | c57800287bb7332d399cc08ed7d34606d6640e22 (diff) | |
download | perl-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |