summaryrefslogtreecommitdiff
path: root/perl.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2010-01-21 16:07:59 +0000
committerNicholas Clark <nick@ccl4.org>2010-01-21 16:09:14 +0000
commit5a8d89359b90ed02d82f9529493d2b739f4244e7 (patch)
tree2122aa24e03f6f584fe4c26e367835197d5bb60e /perl.c
parentb82efa2756523858fed6b870daa591f440262303 (diff)
downloadperl-5a8d89359b90ed02d82f9529493d2b739f4244e7.tar.gz
Add USE_PERL_ATOF to the list of -V's compile-time options.
Diffstat (limited to 'perl.c')
-rw-r--r--perl.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/perl.c b/perl.c
index 5d7d3147df..9f7e831db5 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