diff options
author | Karl Williamson <khw@cpan.org> | 2020-07-22 06:02:56 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2020-12-20 09:28:07 -0700 |
commit | 1065fe43314e39d95a847f7abda27bb7fc9d9cc2 (patch) | |
tree | 4c2f1c528a4918116203ec236b7f4300b5a5bd4b /embed.fnc | |
parent | 1fc4b13275c3552852886d217b36d72d8c9e8123 (diff) | |
download | perl-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.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |