summaryrefslogtreecommitdiff
path: root/Python/atof.c
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2001-07-26 13:41:06 +0000
committerMartin v. Löwis <martin@v.loewis.de>2001-07-26 13:41:06 +0000
commit2d4aed331180692591c07be104fc7d5d474ca1fd (patch)
tree2eb97b91aaa9e80456b887e058c17cd9e8b4b58a /Python/atof.c
parent9a4a0d2f205e49c4324abee643bb84928333d3a1 (diff)
downloadcpython-2d4aed331180692591c07be104fc7d5d474ca1fd.tar.gz
Patch #411138: Rename config.h to pyconfig.h. Closes bug #231774.
Diffstat (limited to 'Python/atof.c')
-rw-r--r--Python/atof.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/atof.c b/Python/atof.c
index ae690e1b16..8fbde38472 100644
--- a/Python/atof.c
+++ b/Python/atof.c
@@ -4,7 +4,7 @@
and is slow and inaccurate.
But it's good enough for the occasional string literal... */
-#include "config.h"
+#include "pyconfig.h"
#include <ctype.h>