summaryrefslogtreecommitdiffstats
path: root/compile.h
diff options
context:
space:
mode:
Diffstat (limited to 'compile.h')
-rw-r--r--compile.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/compile.h b/compile.h
index 7d5e6c1b..25544e1e 100644
--- a/compile.h
+++ b/compile.h
@@ -50,7 +50,9 @@ block gen_or(block a, block b);
block gen_var_binding(block var, const char* name, block body);
block gen_cond(block cond, block iftrue, block iffalse);
+block gen_try_handler(block handler);
block gen_try(block exp, block handler);
+block gen_label(const char *label, block exp);
block gen_cbinding(const struct cfunction* functions, int nfunctions, block b);