summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-07-22 06:16:28 -0600
committerKarl Williamson <khw@cpan.org>2020-12-20 09:28:07 -0700
commitf0a7783c659d8808123597cbe1323c36de213ba0 (patch)
treefd17b4b0422e9545ae5e4597a444b9fc14957d36 /embed.fnc
parentf6ecfb3ada10f4def8a8707283cbd47b7fbc4c73 (diff)
downloadperl-f0a7783c659d8808123597cbe1323c36de213ba0.tar.gz
embed.fnc: Mark cx_dump as Core only
This appears to be for internal debugging; there is no cpan usage
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 22fe081656..3fd59fcf51 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -731,7 +731,7 @@ Apd |SV * |cv_name |NN CV *cv|NULLOK SV *sv|U32 flags
Apd |void |cv_undef |NN CV* cv
p |void |cv_undef_flags |NN CV* cv|U32 flags
pd |void |cv_forget_slab |NULLOK CV *cv
-Ap |void |cx_dump |NN PERL_CONTEXT* cx
+Cp |void |cx_dump |NN PERL_CONTEXT* cx
AiMpd |GV * |CvGV |NN CV *sv
AiMTp |I32 * |CvDEPTH |NN const CV * const sv
Aphd |SV* |filter_add |NULLOK filter_t funcp|NULLOK SV* datasv