commit | 52a3492efbabb78782683db51d63af7e0d7c91ba | [log] [tgz] |
---|---|---|
author | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | Sat Mar 21 10:32:52 2009 +0000 |
committer | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | Sat Mar 21 10:32:52 2009 +0000 |
tree | 8415671ea5a70993507b6bc6589de0202d9779a3 | |
parent | f35f8044e4c2679d4d701fb464be7541a9f33e6d [diff] |
There is no macro named SIZEOF_SSIZE_T. Should use SIZEOF_SIZE_T instead.
diff --git a/Objects/unicodeobject.c b/Objects/unicodeobject.c index 079eebf..107ed29 100644 --- a/Objects/unicodeobject.c +++ b/Objects/unicodeobject.c
@@ -3795,7 +3795,7 @@ /* --- MBCS codecs for Windows -------------------------------------------- */ -#if SIZEOF_INT < SIZEOF_SSIZE_T +#if SIZEOF_INT < SIZEOF_SIZE_T #define NEED_RETRY #endif