From 76f373d081a38ed49d56540298123bd1e0bcd0cd Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Thu, 26 Jul 2001 21:34:59 +0000 Subject: Repair more now-obsolete references to config.h. --- Python/thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Python/thread.c') 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 -- cgit v1.2.1