summaryrefslogtreecommitdiffstats
path: root/Python/strtod.c
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1996-08-19 22:12:39 (GMT)
committerGuido van Rossum <guido@python.org>1996-08-19 22:12:39 (GMT)
commit7cf1fcf347853a9efe9e0c21191ad66a650f3da7 (patch)
tree39fe41efd2fd1a0a448b6a72210d0201fae5e1b2 /Python/strtod.c
parent1e6124902a74d5f8445875f64bb2921aad1f9e57 (diff)
downloadcpython-7cf1fcf347853a9efe9e0c21191ad66a650f3da7.zip
cpython-7cf1fcf347853a9efe9e0c21191ad66a650f3da7.tar.gz
cpython-7cf1fcf347853a9efe9e0c21191ad66a650f3da7.tar.bz2
Always include config.h
Diffstat (limited to 'Python/strtod.c')
-rw-r--r--Python/strtod.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/Python/strtod.c b/Python/strtod.c
index dddc98b..1c475e5 100644
--- a/Python/strtod.c
+++ b/Python/strtod.c
@@ -1,6 +1,4 @@
-#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.