Enable slice support in config.

pull/59/head
Paul Sokolovsky 2014-01-03 03:01:12 +02:00
rodzic 31ba60f836
commit cd22627f78
1 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -25,3 +25,9 @@
#ifndef MICROPY_MEM_STATS
#define MICROPY_MEM_STATS (1)
#endif
// Whether to support slice object and correspondingly
// slice subscript operators
#ifndef MICROPY_ENABLE_SLICE
#define MICROPY_ENABLE_SLICE (1)
#endif