summaryrefslogtreecommitdiffstats
path: root/unwind.h
diff options
context:
space:
mode:
Diffstat (limited to 'unwind.h')
-rw-r--r--unwind.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/unwind.h b/unwind.h
index 9b17e282..da3b7522 100644
--- a/unwind.h
+++ b/unwind.h
@@ -322,6 +322,7 @@ union uw_frame {
#endif
} UW_FRAME_ALIGN;
+extern val catch_frame_s;
void uw_push_block(uw_frame_t *, val tag);
void uw_push_match_env(uw_frame_t *);
val uw_get_func(val sym);