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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fa1309fd728c57558e0b80d34a0af6ca076cdbf1;p=thirdparty%2FPython%2Fcpython.git Fix to use Py_UCS4 --- diff --git a/Include/ucnhash.h b/Include/ucnhash.h index 713fd3d81ee5..7bf3f5d47c97 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;