summaryrefslogtreecommitdiff
path: root/py/repl.h
diff options
context:
space:
mode:
authorJohn R. Lenton <jlenton@gmail.com>2014-01-07 23:06:46 +0000
committerJohn R. Lenton <jlenton@gmail.com>2014-01-07 23:06:46 +0000
commit9c83ec0edac2394431a5d1aecba1d666ffdea0a3 (patch)
treeccf18860da373cf13194788b793a962335d69fef /py/repl.h
parent27d4ca7693c276d09a911c00c3442729c516dc23 (diff)
Merge remote-tracking branch 'upstream/master' into dict_feats
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 02fe523ed..23259fa90 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