From 5a8d89359b90ed02d82f9529493d2b739f4244e7 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Thu, 21 Jan 2010 16:07:59 +0000 Subject: [PATCH] Add USE_PERL_ATOF to the list of -V's compile-time options. --- perl.c | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.7.4