summaryrefslogtreecommitdiffstatshomepage
path: root/py/emitpass1.c
diff options
context:
space:
mode:
authorDamien <damien.p.george@gmail.com>2013-10-12 14:30:21 +0100
committerDamien <damien.p.george@gmail.com>2013-10-12 14:30:21 +0100
commitc025ebb2dc38891fff1d451d13382d9717fb1d59 (patch)
tree803f297d238417c90893a121bf6926519f469f44 /py/emitpass1.c
parenta56f29262661ba6affc50d2e1f6e27ecc7aac116 (diff)
downloadmicropython-c025ebb2dc38891fff1d451d13382d9717fb1d59.tar.gz
micropython-c025ebb2dc38891fff1d451d13382d9717fb1d59.zip
Separate out mpy core and unix version.
Diffstat (limited to 'py/emitpass1.c')
-rw-r--r--py/emitpass1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/emitpass1.c b/py/emitpass1.c
index 661a622bbc..f14ccc5111 100644
--- a/py/emitpass1.c
+++ b/py/emitpass1.c
@@ -6,8 +6,8 @@
#include <assert.h>
#include "misc.h"
+#include "mpyconfig.h"
#include "lexer.h"
-#include "machine.h"
#include "parse.h"
#include "compile.h"
#include "scope.h"