commit | 8546ce1e2894f15e9d683ff2294f22c1419cbe78 | [log] [tgz] |
---|---|---|
author | Damien George <damien.p.george@gmail.com> | Sat Jun 28 10:29:22 2014 +0100 |
committer | Damien George <damien.p.george@gmail.com> | Sat Jun 28 10:29:22 2014 +0100 |
tree | f110d20af74a02818d17957d27c965957b490846 | |
parent | 41736f8201fd645bbcca6741c03eccb8f4c6bde3 [diff] [blame] |
py: Add missing #endif.
diff --git a/py/mpconfig.h b/py/mpconfig.h index 7ed99ac..0dd84d1 100644 --- a/py/mpconfig.h +++ b/py/mpconfig.h
@@ -252,6 +252,7 @@ // Whether str object is proper unicode #ifndef MICROPY_PY_BUILTINS_STR_UNICODE #define MICROPY_PY_BUILTINS_STR_UNICODE (0) +#endif // Whether to support bytearray object #ifndef MICROPY_PY_BUILTINS_BYTEARRAY