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. --- MLKReadtable.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'MLKReadtable.h') diff --git a/MLKReadtable.h b/MLKReadtable.h index 600a22e..5776748 100644 --- a/MLKReadtable.h +++ b/MLKReadtable.h @@ -16,7 +16,6 @@ * along with this program. If not, see . */ -#import "MLKLispValue.h" #import "MLKFuncallable.h" #import @@ -59,7 +58,7 @@ enum MLKConstituentTrait }; -@interface MLKReadtable : MLKLispValue +@interface MLKReadtable : NSObject { NSMutableDictionary *_syntaxTable; NSMutableDictionary *_readerMacros; -- cgit v1.2.3