Dont use Py_UCS4 for char_type

This commit is contained in:
Kovid Goyal 2017-08-29 20:37:24 +05:30
parent 34f946fd98
commit 6689595277
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -22,7 +22,7 @@
#define xstr(s) str(s)
#define str(s) #s
typedef Py_UCS4 char_type;
typedef uint32_t char_type;
typedef uint32_t color_type;
typedef uint32_t combining_type;
typedef unsigned int index_type;