diff --git a/Include/ucnhash.h b/Include/ucnhash.h index 713fd3d81ee..7bf3f5d47c9 100644 --- a/Include/ucnhash.h +++ b/Include/ucnhash.h @@ -15,6 +15,6 @@ typedef struct _Py_UCNHashAPI typedef struct { const char *pszUCN; - unsigned int uiValue; + Py_UCS4 value; } _Py_UnicodeCharacterName;