From: Marc-André Lemburg Date: Fri, 7 Jul 2000 17:45:37 +0000 (+0000) Subject: Fix to use Py_UCS4 X-Git-Tag: v2.0b1~1022 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fa1309fd728c57558e0b80d34a0af6ca076cdbf1;p=python Fix to use Py_UCS4 --- diff --git a/Include/ucnhash.h b/Include/ucnhash.h index 713fd3d81e..7bf3f5d47c 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;