summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-07-22 05:19:41 -0600
committerKarl Williamson <khw@cpan.org>2020-12-20 09:28:07 -0700
commite39fb0f3e5add24b2f9b432f90e130e29d2b1c8f (patch)
tree868a88fdabed056dfc87315f6d60d5ec83ac58b0 /embed.fnc
parent1e0eb5c5bc2ce4bc5ed0f5c3c8b4bdf610ebd502 (diff)
downloadperl-e39fb0f3e5add24b2f9b432f90e130e29d2b1c8f.tar.gz
embed.fnc: Mark cx_dup as Core only
Similar cx functions are supposed to be called with a macro for their functionality, but no such macro exists for this, and there are no uses on CPAN
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed.fnc b/embed.fnc
index c66a2801b8..9717cbfca6 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -2744,7 +2744,7 @@ p |CV* |newSTUB |NN GV *gv|bool fake
: Used in perly.y
p |OP * |my_attrs |NN OP *o|NULLOK OP *attrs
#if defined(USE_ITHREADS)
-ApR |PERL_CONTEXT*|cx_dup |NULLOK PERL_CONTEXT* cx|I32 ix|I32 max|NN CLONE_PARAMS* param
+CpR |PERL_CONTEXT*|cx_dup |NULLOK PERL_CONTEXT* cx|I32 ix|I32 max|NN CLONE_PARAMS* param
ApR |PERL_SI*|si_dup |NULLOK PERL_SI* si|NN CLONE_PARAMS* param
ApR |ANY* |ss_dup |NN PerlInterpreter* proto_perl|NN CLONE_PARAMS* param
ApR |void* |any_dup |NULLOK void* v|NN const PerlInterpreter* proto_perl