From e04a44e2f65d1ac49e5cce164d6010ff968f4d48 Mon Sep 17 00:00:00 2001 From: Damien George Date: Sat, 28 Jun 2014 10:27:23 +0100 Subject: py: Small comments, name changes, use of machine_int_t. --- py/unicode.c | 1 + 1 file changed, 1 insertion(+) (limited to 'py/unicode.c') diff --git a/py/unicode.c b/py/unicode.c index a58cdb14a..a91e08078 100644 --- a/py/unicode.c +++ b/py/unicode.c @@ -107,6 +107,7 @@ machine_uint_t utf8_ptr_to_index(const char *s, const char *ptr) { return i; } +// TODO: Rename to str_charlen; return machine_uint_t uint unichar_charlen(const char *str, uint len) { #if MICROPY_PY_BUILTINS_STR_UNICODE -- cgit v1.2.3