summaryrefslogtreecommitdiff
path: root/MLKClosure.h
diff options
context:
space:
mode:
Diffstat (limited to 'MLKClosure.h')
-rw-r--r--MLKClosure.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/MLKClosure.h b/MLKClosure.h
index 0ccc674..b9ac6b6 100644
--- a/MLKClosure.h
+++ b/MLKClosure.h
@@ -16,7 +16,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#import "MLKLispValue.h"
#import "MLKEnvironment.h"
#import "MLKFuncallable.h"
#import "MLKFunction.h"
@@ -25,7 +24,7 @@
#import <Foundation/NSData.h>
-@interface MLKClosure : MLKLispValue <MLKFuncallable>
+@interface MLKClosure : NSObject <MLKFuncallable>
{
MLKFunction *_code;
NSData *_closedOverVariableVector;