summaryrefslogtreecommitdiffstats
path: root/compile.h
diff options
context:
space:
mode:
Diffstat (limited to 'compile.h')
-rw-r--r--compile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/compile.h b/compile.h
index 531e853e..1343ab02 100644
--- a/compile.h
+++ b/compile.h
@@ -40,6 +40,7 @@ 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(block exp, block handler);
block gen_cbinding(const struct cfunction* functions, int nfunctions, block b);