diff options
author | stijn <stinos@zoho.com> | 2014-05-10 20:44:20 +0200 |
---|---|---|
committer | stijn <stinos@zoho.com> | 2014-05-11 19:26:36 +0200 |
commit | b9d8091d0e7bfe718eadeea241f08b9bdaa7270e (patch) | |
tree | 0fc1da60f2408332256a39459800396c77d9fde9 | |
parent | 2323ef9182f9b57b96c7b4e1b414c18591a00bff (diff) |
windows: Enable frozen set and sys.exit
-rw-r--r-- | windows/mpconfigport.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/windows/mpconfigport.h b/windows/mpconfigport.h index 0a1e313cb..974c454d3 100644 --- a/windows/mpconfigport.h +++ b/windows/mpconfigport.h @@ -41,6 +41,8 @@ #define MICROPY_ENABLE_LEXER_UNIX (1) #define MICROPY_ENABLE_MOD_CMATH (1) #define MICROPY_MOD_SYS_STDFILES (1) +#define MICROPY_MOD_SYS_EXIT (1) +#define MICROPY_ENABLE_FROZENSET (1) #define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_DOUBLE) #define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_MPZ) #define MICROPY_PORT_INIT_FUNC init() |