]> granicus.if.org Git - python/commitdiff
Fix to use Py_UCS4
authorMarc-André Lemburg <mal@egenix.com>
Fri, 7 Jul 2000 17:45:37 +0000 (17:45 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Fri, 7 Jul 2000 17:45:37 +0000 (17:45 +0000)
Include/ucnhash.h

index 713fd3d81ee563e74395b8300b8c20ef828308cd..7bf3f5d47c972f61222976dee23158f58ba929bb 100644 (file)
@@ -15,6 +15,6 @@ typedef struct _Py_UCNHashAPI
 typedef struct 
 {
     const char *pszUCN;
-    unsigned int uiValue;
+    Py_UCS4 value;
 } _Py_UnicodeCharacterName;