summaryrefslogtreecommitdiffstatshomepage
path: root/unix/mpyconfig.h
diff options
context:
space:
mode:
authorDamien <damien.p.george@gmail.com>2013-10-20 14:41:27 +0100
committerDamien <damien.p.george@gmail.com>2013-10-20 14:41:27 +0100
commita5185f4bc8f60fb2be82580e6f2d93fec53d0a33 (patch)
tree7864b4b9f64e87c5164f5b094c35601dc0a12743 /unix/mpyconfig.h
parent68f59a96e3cfda47a8c903c1eb8a64cf78ecea4f (diff)
downloadmicropython-a5185f4bc8f60fb2be82580e6f2d93fec53d0a33.tar.gz
micropython-a5185f4bc8f60fb2be82580e6f2d93fec53d0a33.zip
Abstract out back-end stream functionality from lexer.
Diffstat (limited to 'unix/mpyconfig.h')
-rw-r--r--unix/mpyconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/mpyconfig.h b/unix/mpyconfig.h
index 3ab17e6cab..587b09b16e 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)