From 189d02b12aa33fc18eaff9558675d9fa9d6ba668 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Fri, 27 Jun 2008 14:42:33 +0200 Subject: MLKInterpreter: Fix APPLY and %LAMBDA. --- MLKInterpretedClosure.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'MLKInterpretedClosure.h') diff --git a/MLKInterpretedClosure.h b/MLKInterpretedClosure.h index 5d1ac25..942a9b8 100644 --- a/MLKInterpretedClosure.h +++ b/MLKInterpretedClosure.h @@ -33,10 +33,10 @@ MLKLexicalEnvironment *environment; } --(id) initWithBodyForm:(id)form - lambdaListName:(MLKSymbol *)symbol - context:(MLKLexicalContext *)lexctx - environment:(MLKLexicalEnvironment *)lexenv; +-(id) initWithBodyForms:(id)forms + lambdaListName:(MLKSymbol *)symbol + context:(MLKLexicalContext *)lexctx + environment:(MLKLexicalEnvironment *)lexenv; -(NSArray *) applyToArray:(NSArray *)arguments; -- cgit v1.2.3