]> granicus.if.org Git - python/commit
Detect if %zd is supported by printf() during configure and sets
authorBrett Cannon <bcannon@gmail.com>
Thu, 11 May 2006 05:11:33 +0000 (05:11 +0000)
committerBrett Cannon <bcannon@gmail.com>
Thu, 11 May 2006 05:11:33 +0000 (05:11 +0000)
commit09d1236b89390321a447717d32442b65c8f81105
treea5d4a665a96c665535f6801f3914c141ad4fca5a
parentdd0c31270310403a3a5c28db65af54a23829476f
Detect if %zd is supported by printf() during configure and sets
PY_FORMAT_SIZE_T appropriately.  Removes warnings on
OS X under gcc 4.0.1 when PY_FORMAT_SIZE_T is set to "" instead of "z" as is
needed.
configure
configure.in
pyconfig.h.in