From 7cf1fcf347853a9efe9e0c21191ad66a650f3da7 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 19 Aug 1996 22:12:39 +0000 Subject: Always include config.h --- Python/strtod.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'Python/strtod.c') diff --git a/Python/strtod.c b/Python/strtod.c index dddc98bb56..1c475e5ca3 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. -- cgit v1.2.1