summaryrefslogtreecommitdiff
path: root/MLKCompiledProcedure.h
diff options
context:
space:
mode:
Diffstat (limited to 'MLKCompiledProcedure.h')
-rw-r--r--MLKCompiledProcedure.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/MLKCompiledProcedure.h b/MLKCompiledProcedure.h
index 86809c1..175c085 100644
--- a/MLKCompiledProcedure.h
+++ b/MLKCompiledProcedure.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 MLKCompiledProcedure : MLKLispValue <MLKFuncallable>
+@interface MLKCompiledProcedure : NSObject <MLKFuncallable>
{
void *_code;
}