From 1829d86ef5f4abf172f0cf34abba8113aa538f76 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky <pfalcon@users.sourceforge.net> Date: Mon, 4 May 2015 15:50:05 +0300 Subject: [PATCH] modstruct: Group module qstr's together. --- py/qstrdefs.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/py/qstrdefs.h b/py/qstrdefs.h index d97899298..8550ac39a 100644 --- a/py/qstrdefs.h +++ b/py/qstrdefs.h @@ -181,9 +181,6 @@ Q(memoryview) #endif Q(bytes) Q(callable) -#if MICROPY_PY_STRUCT -Q(calcsize) -#endif Q(chr) Q(classmethod) Q(_collections) @@ -467,6 +464,7 @@ Q(print_exception) Q(struct) Q(pack) Q(unpack) +Q(calcsize) #endif #if MICROPY_PY_UCTYPES -- GitLab