projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
1d021cc
)
Add USE_ATTRIBUTES_FOR_PERLIO to the list of -V's compile-time options.
Nicholas Clark [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