commit | 136f67523b10d24dd65cb25e49e07a7e4e5341a1 | [log] [tgz] |
---|---|---|
author | Damien George <damien.p.george@gmail.com> | Tue Jan 07 14:54:15 2014 +0000 |
committer | Damien George <damien.p.george@gmail.com> | Tue Jan 07 14:54:15 2014 +0000 |
tree | 95a8e704f85c3813735d287afccc74a6df172f29 | |
parent | 880ce2d7fabc127b4bca7b6f2ea8b82d0977045f [diff] [blame] |
Factor and simplify Makefile's and mpconfig.
diff --git a/py/repl.h b/py/repl.h index 02fe523..23259fa 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