aboutsummaryrefslogtreecommitdiff
path: root/py/compile.h
diff options
context:
space:
mode:
authorDamien <damien.p.george@gmail.com>2013-10-18 19:58:12 +0100
committerDamien <damien.p.george@gmail.com>2013-10-18 19:58:12 +0100
commit5ac1b2efbd5dfb2a62fe984dc9dc8a7127fb5e82 (patch)
treea00fad2e39bc0d3604dc91cbd21910c6800d3e14 /py/compile.h
parent7bbd1106915b481816fe5baa72ce7c6068c7386a (diff)
Implement REPL.
Diffstat (limited to 'py/compile.h')
-rw-r--r--py/compile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/compile.h b/py/compile.h
index 339acca0c..c15b40aa6 100644
--- a/py/compile.h
+++ b/py/compile.h
@@ -1 +1 @@
-void py_compile(py_parse_node_t pn);
+bool py_compile(py_parse_node_t pn, bool is_repl);