From 102b78772154e95396aa43dd570b4facb5279d4d Mon Sep 17 00:00:00 2001 From: Yves Orton Date: Wed, 6 Apr 2016 11:33:15 +0200 Subject: [PATCH 1/1] Add SILENT_NO_TAINT_SUPPORT to S_Internals_V () NO_TAINT_SUPPORT was added in 3b0e4ee2077, but SILENT_NO_TAINT_SUPPORT was overlooked. --- 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 -- 1.8.3.1