diff options
author | Guido van Rossum <guido@python.org> | 1995-02-19 15:54:36 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1995-02-19 15:54:36 (GMT) |
commit | 2b7e04a9d934afdedde936f2806a6723e62777de (patch) | |
tree | f7901ae35e5734590ad263a2a502761b78998d7e /Python/strtod.c | |
parent | c388068431943e7d1760aa52ed06fd6eb7987e39 (diff) | |
download | cpython-2b7e04a9d934afdedde936f2806a6723e62777de.zip cpython-2b7e04a9d934afdedde936f2806a6723e62777de.tar.gz cpython-2b7e04a9d934afdedde936f2806a6723e62777de.tar.bz2 |
for __SC__
Diffstat (limited to 'Python/strtod.c')
-rw-r--r-- | Python/strtod.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Python/strtod.c b/Python/strtod.c index bcdef32..dddc98b 100644 --- a/Python/strtod.c +++ b/Python/strtod.c @@ -1,3 +1,7 @@ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + /* comp.sources.misc strtod(), as posted in comp.lang.tcl, with bugfix for "123000.0" and acceptance of space after 'e' sign nuked. |