summaryrefslogtreecommitdiffstats
path: root/unwind.h
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2017-07-31 17:41:34 -0700
committerKaz Kylheku <kaz@kylheku.com>2017-07-31 17:41:34 -0700
commitb38e34fdec127166ac1e4a3db47c07c53959c677 (patch)
tree03670c51ae5596480ee3480c8309ee2d67def4e9 /unwind.h
parent0b38bc996c4c7e2693931bbd5103c7772b56b4bd (diff)
downloadtxr-b38e34fdec127166ac1e4a3db47c07c53959c677.tar.gz
txr-b38e34fdec127166ac1e4a3db47c07c53959c677.tar.bz2
txr-b38e34fdec127166ac1e4a3db47c07c53959c677.zip
txr-016 2009-10-16txr-016
Diffstat (limited to 'unwind.h')
-rw-r--r--unwind.h2
1 files changed, 1 insertions, 1 deletions
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 *);