]> granicus.if.org Git - python/commitdiff
Fix to use Py_UCS4. By Bill Tutt.
authorMarc-André Lemburg <mal@egenix.com>
Fri, 7 Jul 2000 17:53:54 +0000 (17:53 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Fri, 7 Jul 2000 17:53:54 +0000 (17:53 +0000)
Tools/perfecthash/GenUCNHash.py

index 31a0590c50d9a12ebb7edd51232078dac9b57d44..0701c25e1ae396af56d9bd2278044aa713ab700e 100644 (file)
@@ -38,7 +38,7 @@ def generateOutputFiles(perfHash, hashData):
 typedef struct 
 {
     const char *pszUCN;
-    unsigned int uiValue;
+    Py_UCS4 value;
 } _Py_UnicodeCharacterName;
 
 """