From d2b03ad4635e30977f13f5bcfb02b79a2c28e0ec Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Fri, 29 Mar 2013 22:53:36 +0100 Subject: Update to Xcode 4.6. Further update to LLVM 3.2. --- MLKInterpreter.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MLKInterpreter.m') 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]; -- cgit v1.2.3