From 7a16fadbf843ca5d49fb20b5f5785ffccfd9019f Mon Sep 17 00:00:00 2001 From: ian-v Date: Mon, 6 Jan 2014 09:52:29 -0800 Subject: Co-exist with C++ (issue #85) --- py/compile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'py/compile.h') diff --git a/py/compile.h b/py/compile.h index 770c2524da..27e47f2f18 100644 --- a/py/compile.h +++ b/py/compile.h @@ -1 +1 @@ -mp_obj_t mp_compile(mp_parse_node_t pn, bool is_repl); +mp_obj_t mp_compile(mp_parse_node_t pn, MP_BOOL is_repl); -- cgit v1.2.3