From: Nicholas Clark Date: Thu, 21 Jan 2010 16:07:59 +0000 (+0000) Subject: Add USE_PERL_ATOF to the list of -V's compile-time options. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5a8d89359b90ed02d82f9529493d2b739f4244e7;p=p5sagit%2Fp5-mst-13.2.git Add USE_PERL_ATOF to the list of -V's compile-time options. --- diff --git a/perl.c b/perl.c index 5d7d314..9f7e831 100644 --- a/perl.c +++ b/perl.c @@ -1686,6 +1686,9 @@ S_Internals_V(pTHX_ CV *cv) # ifdef USE_FAST_STDIO " USE_FAST_STDIO" # endif +# ifdef USE_PERL_ATOF + " USE_PERL_ATOF" +# endif # ifdef USE_SITECUSTOMIZE " USE_SITECUSTOMIZE" # endif