diff options
| author | Damien George | 2016-11-16 20:27:12 +1100 |
|---|---|---|
| committer | Damien George | 2016-11-16 20:27:12 +1100 |
| commit | 32e98257e2b60da7eddb638577539abdbe12ee55 (patch) | |
| tree | 1e180f9e936a575c5a9cff6dc47c53a12278a4c1 | |
| parent | 85ae17c9938d65fe33835b72a8d98f2eda93605f (diff) | |
windows: Enable READER_POSIX to get access to lexer_new_from_file.
| -rw-r--r-- | windows/mpconfigport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/windows/mpconfigport.h b/windows/mpconfigport.h index 88596977c..6156ad39e 100644 --- a/windows/mpconfigport.h +++ b/windows/mpconfigport.h @@ -43,6 +43,7 @@ #define MICROPY_MALLOC_USES_ALLOCATED_SIZE (1) #define MICROPY_MEM_STATS (1) #define MICROPY_DEBUG_PRINTERS (1) +#define MICROPY_READER_POSIX (1) #define MICROPY_USE_READLINE_HISTORY (1) #define MICROPY_HELPER_REPL (1) #define MICROPY_REPL_EMACS_KEYS (1) |
