summaryrefslogtreecommitdiff
path: root/MLKSymbol.h
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <matthias@benkard.de>2008-06-22 22:12:31 +0200
committerMatthias Andreas Benkard <matthias@benkard.de>2008-06-22 22:12:31 +0200
commitbbd50fa93b66cfee268c3c7f038d855b953c7eb1 (patch)
tree89a5147f2df02a4809171d72f233f533bafb7234 /MLKSymbol.h
parent29b9ca1a3a9d1f6291af51ab2f6150039b2d5619 (diff)
Improve error reporting in the reader.
Diffstat (limited to 'MLKSymbol.h')
-rw-r--r--MLKSymbol.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/MLKSymbol.h b/MLKSymbol.h
index 3cc9859..80d18b4 100644
--- a/MLKSymbol.h
+++ b/MLKSymbol.h
@@ -36,6 +36,7 @@
-(MLKPackage *) homePackage;
-(void) setHomePackage:(MLKPackage *)aPackage;
+-(NSString *)description;
-(NSString *)descriptionForLisp;
// PLEASE DO NOT USE THIS.