summaryrefslogtreecommitdiffstats
path: root/unwind.h
diff options
context:
space:
mode:
Diffstat (limited to 'unwind.h')
-rw-r--r--unwind.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/unwind.h b/unwind.h
index 3a88574b..fb353b15 100644
--- a/unwind.h
+++ b/unwind.h
@@ -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: \