diff options
author | Damien <damien.p.george@gmail.com> | 2013-10-22 22:32:27 +0100 |
---|---|---|
committer | Damien <damien.p.george@gmail.com> | 2013-10-22 22:32:27 +0100 |
commit | 92c06561a3e657924b77aa53725529daddafb343 (patch) | |
tree | e5e5a1d8ce294c21eb6c926c42280eab1ed8aed5 /py/repl.h | |
parent | 9d63932b3d82752e83281dacead20d412b9e34bb (diff) |
Improve REPL compount statement detection.
Diffstat (limited to 'py/repl.h')
-rw-r--r-- | py/repl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/py/repl.h b/py/repl.h new file mode 100644 index 000000000..014e8609b --- /dev/null +++ b/py/repl.h @@ -0,0 +1 @@ +bool py_repl_is_compound_stmt(const char *line); |