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. --- MLKEnvironment.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'MLKEnvironment.h') diff --git a/MLKEnvironment.h b/MLKEnvironment.h index 9db0e55..bb8a4c8 100644 --- a/MLKEnvironment.h +++ b/MLKEnvironment.h @@ -17,7 +17,6 @@ */ #import "MLKBinding.h" -#import "MLKLispValue.h" #import "MLKSymbol.h" #import @@ -26,7 +25,7 @@ #import -@interface MLKEnvironment : MLKLispValue +@interface MLKEnvironment : NSObject { MLKEnvironment *_parent; NSMutableDictionary *_bindings; -- cgit v1.2.3