From 3a5710bf7cb85da4ba6a327d6149db46e6bed82e Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Thu, 28 Aug 2008 16:26:07 +0200 Subject: Eliminate MLKStream, introduce MLKBinaryStream and MLKCharacterStream. --- MLKInterpreter.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MLKInterpreter.m') diff --git a/MLKInterpreter.m b/MLKInterpreter.m index ce5d328..a808909 100644 --- a/MLKInterpreter.m +++ b/MLKInterpreter.m @@ -99,7 +99,7 @@ PRIMARY (NSArray *array) return [form interpretWithEnvironment:lexenv]; } -+(BOOL) load:(MLKStream *)stream verbose:(BOOL)verbose print:(BOOL)print ++(BOOL) load:(MLKCharacterStream *)stream verbose:(BOOL)verbose print:(BOOL)print { id eofValue = [[NSObject alloc] init]; int level = MLKIntWithInteger ([[MLKDynamicContext currentContext] -- cgit v1.2.3