From 8546ce1e2894f15e9d683ff2294f22c1419cbe78 Mon Sep 17 00:00:00 2001 From: Damien George Date: Sat, 28 Jun 2014 10:29:22 +0100 Subject: [PATCH] py: Add missing #endif. --- py/mpconfig.h | 1 + 1 file changed, 1 insertion(+) diff --git a/py/mpconfig.h b/py/mpconfig.h index 7ed99ac8e0..0dd84d1f81 100644 --- a/py/mpconfig.h +++ b/py/mpconfig.h @@ -252,6 +252,7 @@ typedef double mp_float_t; // 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