From fa1309fd728c57558e0b80d34a0af6ca076cdbf1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marc-Andr=C3=A9=20Lemburg?= Date: Fri, 7 Jul 2000 17:45:37 +0000 Subject: [PATCH] Fix to use Py_UCS4 --- Include/ucnhash.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.40.0