summaryrefslogtreecommitdiff
path: root/py/compile.h
diff options
context:
space:
mode:
authorian-v <ianv888@gmail.com>2014-01-06 13:51:53 -0800
committerian-v <ianv888@gmail.com>2014-01-06 13:51:53 -0800
commit5fd8fd2c16076f683b629b513e8865e461d4c9a8 (patch)
tree9f10aab33ca9b4325cbe84c41b1e4d614d202021 /py/compile.h
parent7a16fadbf843ca5d49fb20b5f5785ffccfd9019f (diff)
Revert MP_BOOL, etc. and use <stdbool.h> instead
Diffstat (limited to 'py/compile.h')
-rw-r--r--py/compile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/compile.h b/py/compile.h
index 27e47f2f1..770c2524d 100644
--- a/py/compile.h
+++ b/py/compile.h
@@ -1 +1 @@
-mp_obj_t mp_compile(mp_parse_node_t pn, MP_BOOL is_repl);
+mp_obj_t mp_compile(mp_parse_node_t pn, bool is_repl);