From 40f3c026823f8951a2fa04e9c7fc93c75bc27bec Mon Sep 17 00:00:00 2001 From: Damien George Date: Thu, 3 Jul 2014 13:25:24 +0100 Subject: Rename machine_(u)int_t to mp_(u)int_t. See discussion in issue #50. --- py/unicode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'py/unicode.h') diff --git a/py/unicode.h b/py/unicode.h index 2468b2fec..283a7d044 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); -- cgit v1.2.3