diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2017-07-31 17:41:34 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2017-07-31 17:41:34 -0700 |
commit | b38e34fdec127166ac1e4a3db47c07c53959c677 (patch) | |
tree | 03670c51ae5596480ee3480c8309ee2d67def4e9 /unwind.h | |
parent | 0b38bc996c4c7e2693931bbd5103c7772b56b4bd (diff) | |
download | txr-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 *); |