diff options
author | Damien George <damien.p.george@gmail.com> | 2014-01-03 14:22:03 +0000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-01-03 14:22:03 +0000 |
commit | 1fb031744f5584d1bd0c88d28fbe7e261832c7a8 (patch) | |
tree | 5489409a916abae056054524be162dc0d10ab80b /py/emitpass1.c | |
parent | 14f945c2cab2b44fcb75675eb1ec8eea8774660b (diff) | |
download | micropython-1fb031744f5584d1bd0c88d28fbe7e261832c7a8.tar.gz micropython-1fb031744f5584d1bd0c88d28fbe7e261832c7a8.zip |
Change mp_compile so that it returns a function object for the module.
Diffstat (limited to 'py/emitpass1.c')
-rw-r--r-- | py/emitpass1.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/py/emitpass1.c b/py/emitpass1.c index 4ed0549727..1c11241e0d 100644 --- a/py/emitpass1.c +++ b/py/emitpass1.c @@ -9,7 +9,6 @@ #include "mpconfig.h" #include "lexer.h" #include "parse.h" -#include "compile.h" #include "scope.h" #include "runtime0.h" #include "emit.h" |