summaryrefslogtreecommitdiff
path: root/MLKLexicalContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'MLKLexicalContext.h')
-rw-r--r--MLKLexicalContext.h3
1 files changed, 1 insertions, 2 deletions
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 <Foundation/NSArray.h>
#import <Foundation/NSSet.h>
@@ -26,7 +25,7 @@
NSMutableDictionary, NSString, MLKCons;
-@interface MLKLexicalContext : MLKLispValue
+@interface MLKLexicalContext : NSObject
{
NSMutableSet *_knownMacros;
NSMutableSet *_knownCompilerMacros;