summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Tools/perfecthash/GenUCNHash.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/perfecthash/GenUCNHash.py b/Tools/perfecthash/GenUCNHash.py
index 31a0590..0701c25 100644
--- a/Tools/perfecthash/GenUCNHash.py
+++ b/Tools/perfecthash/GenUCNHash.py
@@ -38,7 +38,7 @@ def generateOutputFiles(perfHash, hashData):
typedef struct
{
const char *pszUCN;
- unsigned int uiValue;
+ Py_UCS4 value;
} _Py_UnicodeCharacterName;
"""