There is no macro named SIZEOF_SSIZE_T. Should use SIZEOF_SIZE_T instead.

This commit is contained in:
Hirokazu Yamamoto 2009-03-21 10:32:52 +00:00
parent f35f8044e4
commit 52a3492efb
1 changed files with 1 additions and 1 deletions

View File

@ -3795,7 +3795,7 @@ PyObject *PyUnicode_AsASCIIString(PyObject *unicode)
/* --- MBCS codecs for Windows -------------------------------------------- */
#if SIZEOF_INT < SIZEOF_SSIZE_T
#if SIZEOF_INT < SIZEOF_SIZE_T
#define NEED_RETRY
#endif