summaryrefslogtreecommitdiff
path: root/MLKRoot.m
diff options
context:
space:
mode:
Diffstat (limited to 'MLKRoot.m')
-rw-r--r--MLKRoot.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/MLKRoot.m b/MLKRoot.m
index 689828e..e367241 100644
--- a/MLKRoot.m
+++ b/MLKRoot.m
@@ -60,7 +60,7 @@ static id truify (BOOL value)
@implementation MLKRoot
+(void) initialize
{
- signature = RETAIN ([self methodSignatureForSelector:@selector(car:)]);
+ signature = LRETAIN ([self methodSignatureForSelector:@selector(car:)]);
sys = [MLKPackage findPackage:@"TOILET-SYSTEM"];
cl = [MLKPackage findPackage:@"COMMON-LISP"];
}
@@ -150,7 +150,7 @@ static id truify (BOOL value)
BOOL success;
NSString *fileName = denullify ([args objectAtIndex:0]);
NSInputStream *input = [NSInputStream inputStreamWithFileAtPath:fileName];
- MLKStream *stream = AUTORELEASE ([[MLKStream alloc] initWithInputStream:input]);
+ MLKStream *stream = LAUTORELEASE ([[MLKStream alloc] initWithInputStream:input]);
//NSLog (@"%d", [input hasBytesAvailable]);
[input open];