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/objtuple.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'py/objtuple.h') diff --git a/py/objtuple.h b/py/objtuple.h index cabe63f80..b1e02e422 100644 --- a/py/objtuple.h +++ b/py/objtuple.h @@ -26,7 +26,7 @@ typedef struct _mp_obj_tuple_t { mp_obj_base_t base; - machine_uint_t len; + mp_uint_t len; mp_obj_t items[]; } mp_obj_tuple_t; -- cgit v1.2.3