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. --- MLKForeignProcedure.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'MLKForeignProcedure.h') 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 +@interface MLKForeignProcedure : NSObject { void *_code; MLKForeignType *_argumentTypes; -- cgit v1.2.3