From 0194a2ea2867c7e04b002f3113eaf870a4313a50 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sun, 24 Aug 2008 20:37:50 +0200 Subject: MLKInterpretedClosure: Handle null argument lists correctly. --- MLKInterpretedClosure.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MLKInterpretedClosure.m') diff --git a/MLKInterpretedClosure.m b/MLKInterpretedClosure.m index 8389bdb..98ffc07 100644 --- a/MLKInterpretedClosure.m +++ b/MLKInterpretedClosure.m @@ -53,7 +53,7 @@ static MLKSymbol *PROGN; MLKLexicalEnvironment *new_environment = [MLKLexicalEnvironment environmentWithParent:_environment - variables:[NSDictionary dictionaryWithObject:arglist + variables:[NSDictionary dictionaryWithObject:nullify(arglist) forKey:nullify([_form lambdaListName])] functions:nil]; -- cgit v1.2.3