summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorEric Herman <eric@freesa.org>2022-11-09 08:51:32 +0000
committerPhilippe Bruhat (BooK) <book@cpan.org>2022-12-16 18:18:39 +0100
commitbab261c9114a5ca4aee6acea592e42b95068af70 (patch)
treeb7f8aad86cd5416802569ccb083410731f80ec92 /embed.h
parent14b1818040454cd07dfbd322f99ef9a43482c2dc (diff)
downloadperl-bab261c9114a5ca4aee6acea592e42b95068af70.tar.gz
Added function amagic_find(sv, method, flags)
Returns the CV pointer to the overloaded method, which will be needed by join to detect concat magic. Co-authored-by: Philippe Bruhat (BooK) <book@cpan.org>
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 694aaf5578..0c35f76a77 100644
--- a/embed.h
+++ b/embed.h
@@ -59,6 +59,7 @@
#define _utf8n_to_uvchr_msgs_helper Perl__utf8n_to_uvchr_msgs_helper
#define amagic_call(a,b,c,d) Perl_amagic_call(aTHX_ a,b,c,d)
#define amagic_deref_call(a,b) Perl_amagic_deref_call(aTHX_ a,b)
+#define amagic_find(a,b,c) Perl_amagic_find(aTHX_ a,b,c)
#define apply_attrs_string(a,b,c,d) Perl_apply_attrs_string(aTHX_ a,b,c,d)
#define apply_builtin_cv_attributes(a,b) Perl_apply_builtin_cv_attributes(aTHX_ a,b)
#define atfork_lock Perl_atfork_lock