Fix build under Windows
This commit is contained in:
parent
7a6debe79c
commit
e60698317d
|
@ -174,7 +174,7 @@ PyAPI_FUNC(PyObject *) PyCodec_XMLCharRefReplaceErrors(PyObject *exc);
|
||||||
/* replace the unicode encode error with backslash escapes (\x, \u and \U) */
|
/* replace the unicode encode error with backslash escapes (\x, \u and \U) */
|
||||||
PyAPI_FUNC(PyObject *) PyCodec_BackslashReplaceErrors(PyObject *exc);
|
PyAPI_FUNC(PyObject *) PyCodec_BackslashReplaceErrors(PyObject *exc);
|
||||||
|
|
||||||
extern const char *Py_hexdigits;
|
PyAPI_DATA(const char *) Py_hexdigits;
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue