summaryrefslogtreecommitdiffstatshomepage
path: root/py/repl.h
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-01-07 14:54:15 +0000
committerDamien George <damien.p.george@gmail.com>2014-01-07 14:54:15 +0000
commit136f67523b10d24dd65cb25e49e07a7e4e5341a1 (patch)
tree95a8e704f85c3813735d287afccc74a6df172f29 /py/repl.h
parent880ce2d7fabc127b4bca7b6f2ea8b82d0977045f (diff)
downloadmicropython-136f67523b10d24dd65cb25e49e07a7e4e5341a1.tar.gz
micropython-136f67523b10d24dd65cb25e49e07a7e4e5341a1.zip
Factor and simplify Makefile's and mpconfig.
Diffstat (limited to 'py/repl.h')
-rw-r--r--py/repl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/py/repl.h b/py/repl.h
index 02fe523ed4..23259fa90d 100644
--- a/py/repl.h
+++ b/py/repl.h
@@ -1 +1,3 @@
+#if MICROPY_ENABLE_REPL_HELPERS
bool mp_repl_is_compound_stmt(const char *line);
+#endif