Fix to use Py_UCS4

This commit is contained in:
Marc-André Lemburg 2000-07-07 17:45:37 +00:00
parent c826ecbf8f
commit fa1309fd72
1 changed files with 1 additions and 1 deletions

View File

@ -15,6 +15,6 @@ typedef struct _Py_UCNHashAPI
typedef struct
{
const char *pszUCN;
unsigned int uiValue;
Py_UCS4 value;
} _Py_UnicodeCharacterName;