From b67f787f7874c4588bebb80b87b275cee05b0e68 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Mon, 11 Aug 2008 13:17:05 +0200 Subject: Remove class MLKLispValue. --- MLKInterpretedClosure.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'MLKInterpretedClosure.h') diff --git a/MLKInterpretedClosure.h b/MLKInterpretedClosure.h index cd97230..4955c4c 100644 --- a/MLKInterpretedClosure.h +++ b/MLKInterpretedClosure.h @@ -17,7 +17,6 @@ */ #import "MLKFuncallable.h" -#import "MLKLispValue.h" #import "MLKLexicalContext.h" #import "MLKLexicalEnvironment.h" @@ -25,7 +24,7 @@ #import -@interface MLKInterpretedClosure : MLKLispValue +@interface MLKInterpretedClosure : NSObject { id bodyForm; MLKSymbol *lambdaListName; -- cgit v1.2.3