This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add SILENT_NO_TAINT_SUPPORT to S_Internals_V ()
[perl5.git] / perl.c
diff --git a/perl.c b/perl.c
index 15e9150..8c8eec1 100644 (file)
--- 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