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:
1d021cc
)
Add USE_ATTRIBUTES_FOR_PERLIO to the list of -V's compile-time options.
author
Nicholas Clark
<nick@ccl4.org>
Tue, 5 Jan 2010 13:56:31 +0000
(13:56 +0000)
committer
Nicholas Clark
<nick@ccl4.org>
Tue, 5 Jan 2010 13:56:31 +0000
(13:56 +0000)
perl.c
patch
|
blob
|
blame
|
history
diff --git
a/perl.c
b/perl.c
index
091dd62
..
d95527a
100644
(file)
--- a/
perl.c
+++ b/
perl.c
@@
-1678,6
+1678,9
@@
S_Internals_V(pTHX_ CV *cv)
# ifdef PERL_USE_SAFE_PUTENV
" PERL_USE_SAFE_PUTENV"
# endif
+# ifdef USE_ATTRIBUTES_FOR_PERLIO
+ " USE_ATTRIBUTES_FOR_PERLIO"
+# endif
# ifdef USE_SITECUSTOMIZE
" USE_SITECUSTOMIZE"
# endif