summaryrefslogtreecommitdiff
path: root/MLKReadtable.h
diff options
context:
space:
mode:
Diffstat (limited to 'MLKReadtable.h')
-rw-r--r--MLKReadtable.h3
1 files changed, 1 insertions, 2 deletions
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 <http://www.gnu.org/licenses/>.
*/
-#import "MLKLispValue.h"
#import "MLKFuncallable.h"
#import <Foundation/NSDictionary.h>
@@ -59,7 +58,7 @@ enum MLKConstituentTrait
};
-@interface MLKReadtable : MLKLispValue <NSCopying>
+@interface MLKReadtable : NSObject <NSCopying>
{
NSMutableDictionary *_syntaxTable;
NSMutableDictionary *_readerMacros;