summaryrefslogtreecommitdiff
path: root/embed.fnc
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.fnc
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.fnc')
-rw-r--r--embed.fnc1
1 files changed, 1 insertions, 0 deletions
diff --git a/embed.fnc b/embed.fnc
index 3d79971a2a..0be9b59155 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -179,6 +179,7 @@ XEop |bool |try_amagic_bin |int method|int flags
XEop |bool |try_amagic_un |int method|int flags
Ap |SV* |amagic_call |NN SV* left|NN SV* right|int method|int dir
Ap |SV * |amagic_deref_call|NN SV *ref|int method
+p |bool |amagic_is_enabled|int method
Ap |int |Gv_AMupdate |NN HV* stash|bool destructing
ApR |CV* |gv_handler |NULLOK HV* stash|I32 id
Apd |OP* |op_append_elem |I32 optype|NULLOK OP* first|NULLOK OP* last