mirror of
https://github.com/python/cpython.git
synced 2025-10-07 07:31:46 +00:00
Issue #12342: Fix compilation on Mac OS X
This commit is contained in:
parent
54540ec917
commit
3d7acb08c4
1 changed files with 1 additions and 1 deletions
|
@ -993,7 +993,7 @@ AsObj(PyObject *value)
|
||||||
PyErr_Format(PyExc_ValueError,
|
PyErr_Format(PyExc_ValueError,
|
||||||
"character U+%x is above the range "
|
"character U+%x is above the range "
|
||||||
"(U+0000-U+FFFF) allowed by Tcl",
|
"(U+0000-U+FFFF) allowed by Tcl",
|
||||||
inbuf[i]);
|
ch);
|
||||||
ckfree(FREECAST outbuf);
|
ckfree(FREECAST outbuf);
|
||||||
return NULL;
|
return NULL;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue