From 941040e9e845a2032725a0e18d4d9daaaa986f0a Mon Sep 17 00:00:00 2001 From: stijn Date: Mon, 21 Sep 2015 12:42:08 +0200 Subject: [PATCH] windows: Make mpconfigport.h up-to-date with the unix port --- windows/mpconfigport.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/windows/mpconfigport.h b/windows/mpconfigport.h index f63f901f0b..47c562dfab 100644 --- a/windows/mpconfigport.h +++ b/windows/mpconfigport.h @@ -45,6 +45,8 @@ #define MICROPY_DEBUG_PRINTERS (1) #define MICROPY_USE_READLINE_HISTORY (1) #define MICROPY_HELPER_REPL (1) +#define MICROPY_REPL_EMACS_KEYS (1) +#define MICROPY_REPL_AUTO_INDENT (1) #define MICROPY_HELPER_LEXER_UNIX (1) #define MICROPY_ENABLE_SOURCE_LINE (1) #define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_DOUBLE) @@ -64,6 +66,7 @@ #define MICROPY_PY_MICROPYTHON_MEM_INFO (1) #define MICROPY_PY_ALL_SPECIAL_METHODS (1) #define MICROPY_PY_ARRAY_SLICE_ASSIGN (1) +#define MICROPY_PY_BUILTINS_SLICE_ATTRS (1) #define MICROPY_PY_SYS_EXIT (1) #define MICROPY_PY_SYS_PLATFORM "win32" #define MICROPY_PY_SYS_MAXSIZE (1) @@ -74,6 +77,10 @@ #define MICROPY_PY_CMATH (1) #define MICROPY_PY_IO_FILEIO (1) #define MICROPY_PY_GC_COLLECT_RETVAL (1) +#define MICROPY_MODULE_FROZEN (0) + +#define MICROPY_STACKLESS (0) +#define MICROPY_STACKLESS_STRICT (0) #define MICROPY_PY_UCTYPES (1) #define MICROPY_PY_UZLIB (1) @@ -85,6 +92,7 @@ #define MICROPY_PY_MACHINE (1) #define MICROPY_ERROR_REPORTING (MICROPY_ERROR_REPORTING_DETAILED) +#define MICROPY_WARNINGS (1) #ifdef _MSC_VER #define MICROPY_GCREGS_SETJMP (1) #endif