This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
730ad6b
)
Add NO_TAINT_SUPPORT to S_Internals_V ()
author
H.Merijn Brand
<h.m.brand@xs4all.nl>
Fri, 24 May 2013 14:36:55 +0000
(16:36 +0200)
committer
H.Merijn Brand
<h.m.brand@xs4all.nl>
Fri, 24 May 2013 14:36:55 +0000
(16:36 +0200)
perl.c
patch
|
blob
|
blame
|
history
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