diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2013-05-24 16:36:55 +0200 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2013-05-24 16:36:55 +0200 |
commit | 3b0e4ee2077fba66799177fc238e669d82ac3d2f (patch) | |
tree | 2478927d87ddc1f734f475e1fba443d6ac60d56b /perl.c | |
parent | 730ad6b92c67f5477893aa2deaa6c6832860a024 (diff) | |
download | perl-3b0e4ee2077fba66799177fc238e669d82ac3d2f.tar.gz |
Add NO_TAINT_SUPPORT to S_Internals_V ()
Diffstat (limited to 'perl.c')
-rw-r--r-- | perl.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |