From b38e34fdec127166ac1e4a3db47c07c53959c677 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Mon, 31 Jul 2017 17:41:34 -0700 Subject: txr-016 2009-10-16 --- unwind.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unwind.h') diff --git a/unwind.h b/unwind.h index 574794b2..74d3e920 100644 --- a/unwind.h +++ b/unwind.h @@ -83,7 +83,7 @@ noreturn obj_t *uw_throwf(obj_t *sym, const char *fmt, ...); noreturn obj_t *uw_errorf(const char *fmt, ...); noreturn obj_t *uw_throwcf(obj_t *sym, const char *fmt, ...); noreturn obj_t *uw_errorcf(const char *fmt, ...); -void uw_register_subtype(obj_t *sub, obj_t *super); +obj_t *uw_register_subtype(obj_t *sub, obj_t *super); obj_t *uw_exception_subtype_p(obj_t *sub, obj_t *sup); void uw_continue(uw_frame_t *curr, uw_frame_t *target); void uw_pop_frame(uw_frame_t *); -- cgit v1.2.3