diff --git a/Objects/unicodeobject.c b/Objects/unicodeobject.c index 079eebf2a7a..107ed295656 100644 --- a/Objects/unicodeobject.c +++ b/Objects/unicodeobject.c @@ -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