Silence compilation warnings on Windows

This commit is contained in:
Amaury Forgeot d'Arc 2012-01-13 22:12:37 +01:00
parent 0a239e9191
commit 77b1ecf0ad
1 changed files with 2 additions and 2 deletions

View File

@ -2024,11 +2024,11 @@ PyAPI_FUNC(int) _PyUnicode_ToUpperFull(
);
PyAPI_FUNC(int) _PyUnicode_IsCaseIgnorable(
const Py_UCS4 ch /* Unicode character */
Py_UCS4 ch /* Unicode character */
);
PyAPI_FUNC(int) _PyUnicode_IsCased(
const Py_UCS4 ch /* Unicode character */
Py_UCS4 ch /* Unicode character */
);
PyAPI_FUNC(int) _PyUnicode_ToDecimalDigit(