summaryrefslogtreecommitdiff
path: root/MLKForeignProcedure.h
diff options
context:
space:
mode:
Diffstat (limited to 'MLKForeignProcedure.h')
-rw-r--r--MLKForeignProcedure.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/MLKForeignProcedure.h b/MLKForeignProcedure.h
index b460df3..c01772d 100644
--- a/MLKForeignProcedure.h
+++ b/MLKForeignProcedure.h
@@ -17,7 +17,6 @@
*/
#import "MLKFuncallable.h"
-#import "MLKLispValue.h"
#import "MLKLexicalContext.h"
#import "MLKLexicalEnvironment.h"
@@ -27,7 +26,7 @@
#import "functions.h"
-@interface MLKForeignProcedure : MLKLispValue <MLKFuncallable>
+@interface MLKForeignProcedure : NSObject <MLKFuncallable>
{
void *_code;
MLKForeignType *_argumentTypes;