projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b82efa2
)
Add USE_PERL_ATOF to the list of -V's compile-time options.
Nicholas Clark [Thu, 21 Jan 2010 16:07:59 +0000 (16:07 +0000)]
perl.c
patch
|
blob
|
blame
|
history
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