summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-07-22 06:02:56 -0600
committerKarl Williamson <khw@cpan.org>2020-12-20 09:28:07 -0700
commit1065fe43314e39d95a847f7abda27bb7fc9d9cc2 (patch)
tree4c2f1c528a4918116203ec236b7f4300b5a5bd4b /embed.fnc
parent1fc4b13275c3552852886d217b36d72d8c9e8123 (diff)
downloadperl-1065fe43314e39d95a847f7abda27bb7fc9d9cc2.tar.gz
embed.fnc: Mark doing_taint as Core only
This appears to be for internal use, and there are no cpan usages
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 819fe928d1..0476d1fd64 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -574,7 +574,7 @@ ATod |void |perl_free |NN PerlInterpreter *my_perl
ATod |int |perl_run |NN PerlInterpreter *my_perl
ATod |int |perl_parse |NN PerlInterpreter *my_perl|XSINIT_t xsinit \
|int argc|NULLOK char** argv|NULLOK char** env
-ATpR |bool |doing_taint |int argc|NULLOK char** argv|NULLOK char** env
+CTpR |bool |doing_taint |int argc|NULLOK char** argv|NULLOK char** env
#if defined(USE_ITHREADS)
ATod |PerlInterpreter*|perl_clone|NN PerlInterpreter *proto_perl|UV flags
# if defined(PERL_IMPLICIT_SYS)