commit | bc30b117643a3bffb39ba3e93bba1beb493d1f37 | [log] [tgz] |
---|---|---|
author | Marc-André Lemburg <mal@egenix.com> | Fri Jul 07 17:53:54 2000 +0000 |
committer | Marc-André Lemburg <mal@egenix.com> | Fri Jul 07 17:53:54 2000 +0000 |
tree | ff76fa443a6c6de33b387c8942299998f269101e | |
parent | e12896ec98f58bd221da08725bb084e6014a2090 [diff] |
Fix to use Py_UCS4. By Bill Tutt.
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 @@ typedef struct { const char *pszUCN; - unsigned int uiValue; + Py_UCS4 value; } _Py_UnicodeCharacterName; """