diff options
Diffstat (limited to 'py/unicode.h')
-rw-r--r-- | py/unicode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/unicode.h b/py/unicode.h index 2468b2fecf..283a7d044d 100644 --- a/py/unicode.h +++ b/py/unicode.h @@ -1 +1 @@ -machine_uint_t utf8_ptr_to_index(const byte *s, const byte *ptr); +mp_uint_t utf8_ptr_to_index(const byte *s, const byte *ptr); |