py: Add missing #endif.
This commit is contained in:
parent
41736f8201
commit
8546ce1e28
@ -252,6 +252,7 @@ typedef double mp_float_t;
|
|||||||
// Whether str object is proper unicode
|
// Whether str object is proper unicode
|
||||||
#ifndef MICROPY_PY_BUILTINS_STR_UNICODE
|
#ifndef MICROPY_PY_BUILTINS_STR_UNICODE
|
||||||
#define MICROPY_PY_BUILTINS_STR_UNICODE (0)
|
#define MICROPY_PY_BUILTINS_STR_UNICODE (0)
|
||||||
|
#endif
|
||||||
|
|
||||||
// Whether to support bytearray object
|
// Whether to support bytearray object
|
||||||
#ifndef MICROPY_PY_BUILTINS_BYTEARRAY
|
#ifndef MICROPY_PY_BUILTINS_BYTEARRAY
|
||||||
|
Loading…
x
Reference in New Issue
Block a user