diff options
| author | Paul Sokolovsky | 2015-05-04 15:50:05 +0300 |
|---|---|---|
| committer | Paul Sokolovsky | 2015-05-04 15:51:08 +0300 |
| commit | 1829d86ef5f4abf172f0cf34abba8113aa538f76 (patch) | |
| tree | 1aa2679ea23264da36aa191050a9605d9c381761 | |
| parent | 9e00ac89d5062414b618b3e961acda04ddc8a30d (diff) | |
modstruct: Group module qstr's together.
| -rw-r--r-- | py/qstrdefs.h | 4 |
1 files changed, 1 insertions, 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 |
