Change 34595 by [EMAIL PROTECTED] on 2008/10/26 13:32:20

        USE_FAST_STDIO can affect behaviour, so list it in -V

Affected files ...

... //depot/perl/perl.c#878 edit

Differences ...

==== //depot/perl/perl.c#878 (text) ====
Index: perl/perl.c
--- perl/perl.c#877~34575~      2008-10-24 14:41:36.000000000 -0700
+++ perl/perl.c 2008-10-26 06:32:20.000000000 -0700
@@ -1878,6 +1878,9 @@
 #  ifdef USE_SITECUSTOMIZE
                             " USE_SITECUSTOMIZE"
 #  endif              
+#  ifdef USE_FAST_STDIO
+                            " USE_FAST_STDIO"
+#  endif              
                                             , 0);
 
                    sv_catpv(opts_prog, PL_bincompat_options);
End of Patch.

Reply via email to