diff options
Diffstat (limited to 'unwind.h')
-rw-r--r-- | unwind.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -212,6 +212,9 @@ noreturn val type_mismatch(val, ...); /* prevent looping */ \ uw_catch.ca.visible = 0; +#define uw_curr_exit_point \ + (uw_catch.ca.cont) + #define uw_catch_end \ break; \ default: \ |