This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add NO_TAINT_SUPPORT to S_Internals_V ()
authorH.Merijn Brand <h.m.brand@xs4all.nl>
Fri, 24 May 2013 14:36:55 +0000 (16:36 +0200)
committerH.Merijn Brand <h.m.brand@xs4all.nl>
Fri, 24 May 2013 14:36:55 +0000 (16:36 +0200)
perl.c

diff --git a/perl.c b/perl.c
index 0f8d4f7..f603f4d 100644 (file)
--- a/perl.c
+++ b/perl.c
@@ -1686,6 +1686,9 @@ S_Internals_V(pTHX_ CV *cv)
 #  ifdef NO_HASH_SEED
                             " NO_HASH_SEED"
 #  endif
+#  ifdef NO_TAINT_SUPPORT
+                            " NO_TAINT_SUPPORT"
+#  endif
 #  ifdef PERL_DISABLE_PMC
                             " PERL_DISABLE_PMC"
 #  endif