summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2001-07-26 21:34:59 (GMT)
committerTim Peters <tim.peters@gmail.com>2001-07-26 21:34:59 (GMT)
commit76f373d081a38ed49d56540298123bd1e0bcd0cd (patch)
tree4eb4aebc5ee9b541f81d8b63524f3da8b1b977bb /Python
parentbd2e3b03d6ada378e63b49f4b858ab41960935ae (diff)
downloadcpython-76f373d081a38ed49d56540298123bd1e0bcd0cd.zip
cpython-76f373d081a38ed49d56540298123bd1e0bcd0cd.tar.gz
cpython-76f373d081a38ed49d56540298123bd1e0bcd0cd.tar.bz2
Repair more now-obsolete references to config.h.
Diffstat (limited to 'Python')
-rw-r--r--Python/thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/thread.c b/Python/thread.c
index 0b0316a..3558af0 100644
--- a/Python/thread.c
+++ b/Python/thread.c
@@ -7,7 +7,7 @@
#include "pyconfig.h"
-/* config.h may or may not define DL_IMPORT */
+/* pyconfig.h may or may not define DL_IMPORT */
#ifndef DL_IMPORT /* declarations for DLL import/export */
#define DL_IMPORT(RTYPE) RTYPE
#endif