summaryrefslogtreecommitdiff
path: root/py/repl.h
diff options
context:
space:
mode:
authorDamien <damien.p.george@gmail.com>2013-10-22 22:32:27 +0100
committerDamien <damien.p.george@gmail.com>2013-10-22 22:32:27 +0100
commit92c06561a3e657924b77aa53725529daddafb343 (patch)
treee5e5a1d8ce294c21eb6c926c42280eab1ed8aed5 /py/repl.h
parent9d63932b3d82752e83281dacead20d412b9e34bb (diff)
Improve REPL compount statement detection.
Diffstat (limited to 'py/repl.h')
-rw-r--r--py/repl.h1
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);