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:
7a5ea4a
)
USE_FAST_STDIO can affect behaviour, so list it in -V
author
Nicholas Clark
<nick@ccl4.org>
Sun, 26 Oct 2008 13:32:20 +0000
(13:32 +0000)
committer
Nicholas Clark
<nick@ccl4.org>
Sun, 26 Oct 2008 13:32:20 +0000
(13:32 +0000)
p4raw-id: //depot/perl@34595
perl.c
patch
|
blob
|
blame
|
history
diff --git
a/perl.c
b/perl.c
index
c959815
..
8d89f31
100644
(file)
--- a/
perl.c
+++ b/
perl.c
@@
-1878,6
+1878,9
@@
S_parse_body(pTHX_ char **env, XSINIT_t xsinit)
# ifdef USE_SITECUSTOMIZE
" USE_SITECUSTOMIZE"
# endif
+# ifdef USE_FAST_STDIO
+ " USE_FAST_STDIO"
+# endif
, 0);
sv_catpv(opts_prog, PL_bincompat_options);