py: Add missing #endif.

pull/695/head
Damien George 2014-06-28 10:29:22 +01:00
rodzic 41736f8201
commit 8546ce1e28
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -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