mirror of
https://github.com/python/cpython.git
synced 2025-08-28 20:56:54 +00:00
Merged revisions 70499 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r70499 | hirokazu.yamamoto | 2009-03-21 19:32:52 +0900 | 1 line There is no macro named SIZEOF_SSIZE_T. Should use SIZEOF_SIZE_T instead. ........
This commit is contained in:
parent
af23217798
commit
3530246621
1 changed files with 1 additions and 1 deletions
|
@ -4217,7 +4217,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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue