In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/102b78772154e95396aa43dd570b4facb5279d4d?hp=6fb87544af0ff2b9b9c12038bc0fb261f56a7d88>
- Log ----------------------------------------------------------------- commit 102b78772154e95396aa43dd570b4facb5279d4d Author: Yves Orton <[email protected]> Date: Wed Apr 6 11:33:15 2016 +0200 Add SILENT_NO_TAINT_SUPPORT to S_Internals_V () NO_TAINT_SUPPORT was added in 3b0e4ee2077, but SILENT_NO_TAINT_SUPPORT was overlooked. ----------------------------------------------------------------------- Summary of changes: perl.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/perl.c b/perl.c index 15e9150..8c8eec1 100644 --- a/perl.c +++ b/perl.c @@ -1784,6 +1784,9 @@ S_Internals_V(pTHX_ CV *cv) # ifdef PERL_USE_SAFE_PUTENV " PERL_USE_SAFE_PUTENV" # endif +# ifdef SILENT_NO_TAINT_SUPPORT + " SILENT_NO_TAINT_SUPPORT" +# endif # ifdef UNLINK_ALL_VERSIONS " UNLINK_ALL_VERSIONS" # endif -- Perl5 Master Repository
