summaryrefslogtreecommitdiff
path: root/MLKDynamicContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'MLKDynamicContext.h')
-rw-r--r--MLKDynamicContext.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/MLKDynamicContext.h b/MLKDynamicContext.h
index f515901..ba67ad8 100644
--- a/MLKDynamicContext.h
+++ b/MLKDynamicContext.h
@@ -8,6 +8,7 @@
{
MLKEnvironment *_conditionHandlers;
MLKEnvironment *_restarts;
+ MLKEnvironment *_catchTags;
MLKClosure *_currentConditionHandler;
MLKEnvironment *_environment;
MLKDynamicContext *_parent;
@@ -17,6 +18,7 @@
variables:(NSDictionary *)vars
handlers:(NSDictionary *)handlers
restarts:(NSDictionary *)restarts
+ catchTags:(NSDictionary *)catchTags
currentHandler:(MLKClosure *)handler;
-(MLKDynamicContext *) pushContext;