]> granicus.if.org Git - python/commitdiff
Silence compilation warnings on Windows
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Fri, 13 Jan 2012 21:12:37 +0000 (22:12 +0100)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Fri, 13 Jan 2012 21:12:37 +0000 (22:12 +0100)
Include/unicodeobject.h

index 39dfba9930a649dfa0a7a813404c2a520ec29a93..e42631c8adcf95b2918e096aaab92801bdacb580 100644 (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(