summaryrefslogtreecommitdiffstats
path: root/unwind.h
diff options
context:
space:
mode:
Diffstat (limited to 'unwind.h')
-rw-r--r--unwind.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/unwind.h b/unwind.h
index b2a02e74..c418eba5 100644
--- a/unwind.h
+++ b/unwind.h
@@ -99,10 +99,11 @@ INLINE val uw_block_return(val tag, val result)
}
void uw_push_catch(uw_frame_t *, val matches);
noreturn val uw_throw(val sym, val exception);
+noreturn val uw_throwv(val sym, struct args *);
noreturn val uw_throwf(val sym, val fmt, ...);
-noreturn val uw_throwfv(val sym, val fmt, val args);
+noreturn val uw_throwfv(val sym, val fmt, struct args *);
noreturn val uw_errorf(val fmt, ...);
-noreturn val uw_errorfv(val fmt, val args);
+noreturn val uw_errorfv(val fmt, struct args *args);
val uw_register_subtype(val sub, val super);
val uw_exception_subtype_p(val sub, val sup);
void uw_continue(uw_frame_t *curr, uw_frame_t *target);