Add USE_PERL_ATOF to the list of -V's compile-time options.
authorNicholas Clark <nick@ccl4.org>
Thu, 21 Jan 2010 16:07:59 +0000 (16:07 +0000)
committerNicholas Clark <nick@ccl4.org>
Thu, 21 Jan 2010 16:09:14 +0000 (16:09 +0000)
perl.c

diff --git a/perl.c b/perl.c
index 5d7d314..9f7e831 100644 (file)
--- 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