summaryrefslogtreecommitdiff
path: root/MLKInterpreter.m
diff options
context:
space:
mode:
Diffstat (limited to 'MLKInterpreter.m')
-rw-r--r--MLKInterpreter.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/MLKInterpreter.m b/MLKInterpreter.m
index e7e95ba..ddabffc 100644
--- a/MLKInterpreter.m
+++ b/MLKInterpreter.m
@@ -560,7 +560,7 @@ PRIMARY (NSArray *array)
{
id catchTag;
NSArray *values;
- NSDictionary *userInfo;
+ NSDictionary *userInfo = [NSDictionary dictionary];
catchTag = PRIMARY([_tagForm interpretWithEnvironment:env]);
values = [_valueForm interpretWithEnvironment:env];