From 4f1cd8bdcbd20bb0acdbe9e240f28c09dd38370f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Thu, 26 Jul 2001 13:41:06 +0000 Subject: Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774. --- Python/strtod.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Python/strtod.c') diff --git a/Python/strtod.c b/Python/strtod.c index c6a1dbdeb7..7911a94590 100644 --- a/Python/strtod.c +++ b/Python/strtod.c @@ -1,4 +1,4 @@ -#include "config.h" +#include "pyconfig.h" /* 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