From a5185f4bc8f60fb2be82580e6f2d93fec53d0a33 Mon Sep 17 00:00:00 2001 From: Damien Date: Sun, 20 Oct 2013 14:41:27 +0100 Subject: Abstract out back-end stream functionality from lexer. --- unix/mpyconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unix/mpyconfig.h') diff --git a/unix/mpyconfig.h b/unix/mpyconfig.h index 3ab17e6ca..587b09b16 100644 --- a/unix/mpyconfig.h +++ b/unix/mpyconfig.h @@ -1,7 +1,7 @@ // options to control how Micro Python is built #define MICROPY_ENABLE_FLOAT (1) -#define MICROPY_EMIT_CPYTHON (0) +#define MICROPY_EMIT_CPYTHON (1) #define MICROPY_EMIT_X64 (1) #define MICROPY_EMIT_THUMB (0) #define MICROPY_EMIT_INLINE_THUMB (0) -- cgit v1.2.3