summaryrefslogtreecommitdiff
path: root/MLKPackage.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 /MLKPackage.h
parentf784dcad0bda2c518cc21df24180019263915da5 (diff)
Remove class MLKLispValue.
Diffstat (limited to 'MLKPackage.h')
-rw-r--r--MLKPackage.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/MLKPackage.h b/MLKPackage.h
index e0df3af..f4cf995 100644
--- a/MLKPackage.h
+++ b/MLKPackage.h
@@ -16,8 +16,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#import "MLKLispValue.h"
-
#import <Foundation/NSArray.h>
#import <Foundation/NSDictionary.h>
#import <Foundation/NSSet.h>
@@ -26,7 +24,7 @@
@class MLKSymbol;
-@interface MLKPackage : MLKLispValue
+@interface MLKPackage : NSObject
{
NSMutableDictionary *_accessible_symbols;
NSMutableSet *_present_symbols;