summaryrefslogtreecommitdiff
path: root/MLKInteger.h
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-06-22 19:16:25 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-06-22 19:16:25 +0200
commit29b9ca1a3a9d1f6291af51ab2f6150039b2d5619 (patch)
treeb5ac2d792a8c5ec420f1b7a12d2f5f858c655e27 /MLKInteger.h
parent10e9a6f9e07aee31eb739187fbc7e065ac369bf4 (diff)
Add a -descriptionForLisp method to all number classes.
Diffstat (limited to 'MLKInteger.h')
-rw-r--r--MLKInteger.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/MLKInteger.h b/MLKInteger.h
index c651bab..f3c8d4f 100644
--- a/MLKInteger.h
+++ b/MLKInteger.h
@@ -51,6 +51,7 @@
-(NSString *) description;
-(NSString *) descriptionWithBase:(int)base;
+-(NSString *) descriptionForLisp;
-(void) dealloc;
@end