]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix name mangling of PyUnicode_ClearFreeList.
authorAlexandre Vassalotti <alexandre@peadrop.com>
Sun, 28 Dec 2008 01:52:58 +0000 (01:52 +0000)
committerAlexandre Vassalotti <alexandre@peadrop.com>
Sun, 28 Dec 2008 01:52:58 +0000 (01:52 +0000)
Include/unicodeobject.h

index ee9fec16fe77021139830bd0b803685139bcf3de..d5964f1fe97de844d2607d4b00df7f175c37bf23 100644 (file)
@@ -296,7 +296,7 @@ typedef PY_UNICODE_TYPE Py_UNICODE;
 # define _PyUnicode_AsDefaultEncodedString _PyUnicodeUCS4_AsDefaultEncodedString
 # define _PyUnicode_Fini _PyUnicodeUCS4_Fini
 # define _PyUnicode_Init _PyUnicodeUCS4_Init
-# define PyUnicode_ClearFreeList PyUnicodeUCS2_ClearFreelist
+# define PyUnicode_ClearFreeList PyUnicodeUCS4_ClearFreelist
 # define _PyUnicode_IsAlpha _PyUnicodeUCS4_IsAlpha
 # define _PyUnicode_IsDecimalDigit _PyUnicodeUCS4_IsDecimalDigit
 # define _PyUnicode_IsDigit _PyUnicodeUCS4_IsDigit