summaryrefslogtreecommitdiff
path: root/Python/thread.c
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2001-07-26 21:34:59 +0000
committerTim Peters <tim.peters@gmail.com>2001-07-26 21:34:59 +0000
commited2d4d198007bbabcbbe4bfa2b4fe33f5bc9cbeb (patch)
tree88a526d5049495f6a6c67c68687ce86d4ac44824 /Python/thread.c
parent14fda62de83d8d0819a9c2def1b0bd75dcef0cf0 (diff)
downloadcpython-ed2d4d198007bbabcbbe4bfa2b4fe33f5bc9cbeb.tar.gz
Repair more now-obsolete references to config.h.
Diffstat (limited to 'Python/thread.c')
-rw-r--r--Python/thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/thread.c b/Python/thread.c
index 0b0316a060..3558af0afc 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