summaryrefslogtreecommitdiff
path: root/MLKCons.h
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-06-17 16:11:43 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-06-17 16:11:43 +0200
commitd6d73cfbcfd4eae88e53c4c30e221a66daade5e1 (patch)
tree844f1974e5d2fe9e5859ea6e7ddf6e506fc64e54 /MLKCons.h
parent1cf2f94d79396d81bdc798768687c1bef86a9102 (diff)
MLKCons, MLKSymbol: Override -descriptionForLisp.
Diffstat (limited to 'MLKCons.h')
-rw-r--r--MLKCons.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/MLKCons.h b/MLKCons.h
index c727c39..d343e3f 100644
--- a/MLKCons.h
+++ b/MLKCons.h
@@ -34,5 +34,10 @@
-(void) setCar:(id)value;
-(void) setCdr:(id)value;
+-(NSString *)bareDescriptionForLisp; // description without
+ // parentheses, for internal use
+ // only
+-(NSString *)descriptionForLisp;
+
-(void) dealloc;
@end