Kaydet (Commit) bc30b117 authored tarafından Marc-André Lemburg's avatar Marc-André Lemburg

Fix to use Py_UCS4. By Bill Tutt.

üst e12896ec
...@@ -38,7 +38,7 @@ def generateOutputFiles(perfHash, hashData): ...@@ -38,7 +38,7 @@ def generateOutputFiles(perfHash, hashData):
typedef struct typedef struct
{ {
const char *pszUCN; const char *pszUCN;
unsigned int uiValue; Py_UCS4 value;
} _Py_UnicodeCharacterName; } _Py_UnicodeCharacterName;
""" """
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment