commit | 76f373d081a38ed49d56540298123bd1e0bcd0cd | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Thu Jul 26 21:34:59 2001 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Thu Jul 26 21:34:59 2001 +0000 |
tree | 4eb4aebc5ee9b541f81d8b63524f3da8b1b977bb | |
parent | bd2e3b03d6ada378e63b49f4b858ab41960935ae [diff] [blame] |
Repair more now-obsolete references to config.h.
diff --git a/Include/Python.h b/Include/Python.h index 17ac374..f9c33d4 100644 --- a/Include/Python.h +++ b/Include/Python.h
@@ -27,7 +27,7 @@ #include <limits.h> #endif -/* 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