diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2006-10-02 14:55:51 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2006-10-02 14:55:51 (GMT) |
commit | ebe26709d2c5c6b633071acc9565ca6116cd0a55 (patch) | |
tree | 1a92a7bf94975611176b49d2727d8d65705ac7f1 /pyconfig.h.in | |
parent | e0b673573b7e94420b147cf28241091f4fe2fcff (diff) | |
download | cpython-ebe26709d2c5c6b633071acc9565ca6116cd0a55.zip cpython-ebe26709d2c5c6b633071acc9565ca6116cd0a55.tar.gz cpython-ebe26709d2c5c6b633071acc9565ca6116cd0a55.tar.bz2 |
Fix test for uintptr_t. Fixes #1568842.
Will backport.
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in index a3d7f6e..8448439 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -677,7 +677,7 @@ /* Define this if you have tcl and TCL_UTF_MAX==6 */ #undef HAVE_UCS4_TCL -/* Define this if you have the type uintptr_t. */ +/* Define to 1 if the system has the type `uintptr_t'. */ #undef HAVE_UINTPTR_T /* Define to 1 if you have the `uname' function. */ |