Fix to use Py_UCS4. By Bill Tutt.

This commit is contained in:
Marc-André Lemburg 2000-07-07 17:53:54 +00:00
parent e12896ec98
commit bc30b11764

View file

@ -38,7 +38,7 @@ def generateOutputFiles(perfHash, hashData):
typedef struct
{
const char *pszUCN;
unsigned int uiValue;
Py_UCS4 value;
} _Py_UnicodeCharacterName;
"""