summaryrefslogtreecommitdiffstats
path: root/Include/pyport.h
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 /Include/pyport.h
parentbd2e3b03d6ada378e63b49f4b858ab41960935ae (diff)
downloadcpython-76f373d081a38ed49d56540298123bd1e0bcd0cd.zip
cpython-76f373d081a38ed49d56540298123bd1e0bcd0cd.tar.gz
cpython-76f373d081a38ed49d56540298123bd1e0bcd0cd.tar.bz2
Repair more now-obsolete references to config.h.
Diffstat (limited to 'Include/pyport.h')
-rw-r--r--Include/pyport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/pyport.h b/Include/pyport.h
index 5767aab..c589ecd 100644
--- a/Include/pyport.h
+++ b/Include/pyport.h
@@ -128,7 +128,7 @@ typedef unsigned LONG_LONG Py_uintptr_t;
* #define DONT_HAVE_STAT
* and/or
* #define DONT_HAVE_FSTAT
- * to your config.h. Python code beyond this should check HAVE_STAT and
+ * to your pyconfig.h. Python code beyond this should check HAVE_STAT and
* HAVE_FSTAT instead.
* Also
* #define DONT_HAVE_SYS_STAT_H