From 4b03e77d4a0ec46467fe501636e6eeeb79e03ab9 Mon Sep 17 00:00:00 2001 From: Damien Date: Sat, 5 Oct 2013 14:17:09 +0100 Subject: Factorise EMIT_COMMON calls, mostly into emit_pass1. --- py/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'py/main.c') diff --git a/py/main.c b/py/main.c index 7b17c38a85..d765bc24f1 100644 --- a/py/main.c +++ b/py/main.c @@ -40,7 +40,7 @@ int main(int argc, char **argv) { py_lexer_free(lex); - if (1) { + if (0) { // execute it py_obj_t module_fun = rt_make_function_from_id(1); if (module_fun != py_const_none) { -- cgit v1.2.3