summaryrefslogtreecommitdiff
path: root/MLKInterpretedClosure.h
diff options
context:
space:
mode:
Diffstat (limited to 'MLKInterpretedClosure.h')
-rw-r--r--MLKInterpretedClosure.h3
1 files changed, 1 insertions, 2 deletions
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 <Foundation/NSString.h>
-@interface MLKInterpretedClosure : MLKLispValue <MLKFuncallable>
+@interface MLKInterpretedClosure : NSObject <MLKFuncallable>
{
id bodyForm;
MLKSymbol *lambdaListName;