diff options
Diffstat (limited to 'Include/ucnhash.h')
-rw-r--r-- | Include/ucnhash.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/ucnhash.h b/Include/ucnhash.h index 713fd3d..7bf3f5d 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; |