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. --- MLKLexicalContext.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'MLKLexicalContext.h') diff --git a/MLKLexicalContext.h b/MLKLexicalContext.h index 454df23..0a37a35 100644 --- a/MLKLexicalContext.h +++ b/MLKLexicalContext.h @@ -17,7 +17,6 @@ */ #import "MLKFuncallable.h" -#import "MLKLispValue.h" #import #import @@ -26,7 +25,7 @@ NSMutableDictionary, NSString, MLKCons; -@interface MLKLexicalContext : MLKLispValue +@interface MLKLexicalContext : NSObject { NSMutableSet *_knownMacros; NSMutableSet *_knownCompilerMacros; -- cgit v1.2.3