summaryrefslogtreecommitdiffstatshomepage
path: root/py/repl.h
diff options
context:
space:
mode:
authorian-v <ianv888@gmail.com>2014-01-06 09:52:29 -0800
committerian-v <ianv888@gmail.com>2014-01-06 09:52:29 -0800
commit7a16fadbf843ca5d49fb20b5f5785ffccfd9019f (patch)
tree167d326efc1a1a75d3a371bbeab1a0bc4164fd9e /py/repl.h
parente03c0533fe467439bae1addd6d2a2ee57a9370e4 (diff)
downloadmicropython-7a16fadbf843ca5d49fb20b5f5785ffccfd9019f.tar.gz
micropython-7a16fadbf843ca5d49fb20b5f5785ffccfd9019f.zip
Co-exist with C++ (issue #85)
Diffstat (limited to 'py/repl.h')
-rw-r--r--py/repl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/repl.h b/py/repl.h
index 02fe523ed4..db082f07ac 100644
--- a/py/repl.h
+++ b/py/repl.h
@@ -1 +1 @@
-bool mp_repl_is_compound_stmt(const char *line);
+MP_BOOL mp_repl_is_compound_stmt(const char *line);