summaryrefslogtreecommitdiff
path: root/MLKClosure.h
diff options
context:
space:
mode:
authorMatthias Benkard <mulk@minimulk.mst-plus>2008-08-11 13:17:05 +0200
committerMatthias Benkard <mulk@minimulk.mst-plus>2008-08-11 13:17:05 +0200
commitb67f787f7874c4588bebb80b87b275cee05b0e68 (patch)
treec71ea429d9768ece2f1acac1c273b886227aa84a /MLKClosure.h
parentf784dcad0bda2c518cc21df24180019263915da5 (diff)
Remove class MLKLispValue.
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;