From dbc0191d5f1cf51bdf628800ae24a70392be673f Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sat, 28 Mar 2015 01:14:45 +0200 Subject: [PATCH] unix: Add stackless config settings, for easy access. --- unix/mpconfigport.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/unix/mpconfigport.h b/unix/mpconfigport.h index 014272e7ae..891ba82e5e 100644 --- a/unix/mpconfigport.h +++ b/unix/mpconfigport.h @@ -76,6 +76,9 @@ #define MICROPY_PY_IO_FILEIO (1) #define MICROPY_PY_GC_COLLECT_RETVAL (1) +#define MICROPY_STACKLESS (0) +#define MICROPY_STACKLESS_STRICT (0) + #define MICROPY_PY_UCTYPES (1) #define MICROPY_PY_UZLIB (1) #define MICROPY_PY_UJSON (1)