mirror of
https://github.com/python/cpython.git
synced 2025-11-27 13:45:25 +00:00
Fix to use Py_UCS4
This commit is contained in:
parent
c826ecbf8f
commit
fa1309fd72
1 changed files with 1 additions and 1 deletions
|
|
@ -15,6 +15,6 @@ typedef struct _Py_UCNHashAPI
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
const char *pszUCN;
|
const char *pszUCN;
|
||||||
unsigned int uiValue;
|
Py_UCS4 value;
|
||||||
} _Py_UnicodeCharacterName;
|
} _Py_UnicodeCharacterName;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue