Commit bc30b117 authored by Marc-André Lemburg's avatar Marc-André Lemburg

Fix to use Py_UCS4. By Bill Tutt.

parent e12896ec
......@@ -38,7 +38,7 @@ def generateOutputFiles(perfHash, hashData):
typedef struct
{
const char *pszUCN;
unsigned int uiValue;
Py_UCS4 value;
} _Py_UnicodeCharacterName;
"""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment