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

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;