From: Nicholas Clark Date: Sun, 26 Oct 2008 13:32:20 +0000 (+0000) Subject: USE_FAST_STDIO can affect behaviour, so list it in -V X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e187df3b2e2d86a597bd5d2d631175f15fd61d9d;p=p5sagit%2Fp5-mst-13.2.git USE_FAST_STDIO can affect behaviour, so list it in -V p4raw-id: //depot/perl@34595 --- diff --git a/perl.c b/perl.c index c959815..8d89f31 100644 --- 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);