From fa1309fd728c57558e0b80d34a0af6ca076cdbf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lemburg?= Date: Fri, 7 Jul 2000 17:45:37 +0000 Subject: 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 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; -- cgit v0.12