Enable slice support in config.

genexit-inst
Paul Sokolovsky 2014-01-03 03:01:12 +02:00
parent 31ba60f836
commit cd22627f78
1 changed files with 6 additions and 0 deletions

View File

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