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.fnc | |
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.fnc')
-rw-r--r-- | embed.fnc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |