From 92c06561a3e657924b77aa53725529daddafb343 Mon Sep 17 00:00:00 2001 From: Damien Date: Tue, 22 Oct 2013 22:32:27 +0100 Subject: Improve REPL compount statement detection. --- py/repl.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 py/repl.h (limited to 'py/repl.h') 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); -- cgit v1.2.3