summaryrefslogtreecommitdiff
path: root/MLKInterpreter.h
diff options
context:
space:
mode:
Diffstat (limited to 'MLKInterpreter.h')
-rw-r--r--MLKInterpreter.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/MLKInterpreter.h b/MLKInterpreter.h
index 67f7377..5d4c9a0 100644
--- a/MLKInterpreter.h
+++ b/MLKInterpreter.h
@@ -16,10 +16,10 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#import "MLKCharacterStream.h"
#import "MLKForm.h"
#import "MLKLexicalContext.h"
#import "MLKLexicalEnvironment.h"
-#import "MLKStream.h"
#import <Foundation/NSArray.h>
#import <Foundation/NSObject.h>
@@ -44,7 +44,7 @@ enum MLKProcessingMode
inLexicalContext:(MLKLexicalContext *)context
withEnvironment:(MLKLexicalEnvironment *)lexenv;
-+(BOOL) load:(MLKStream *)stream verbose:(BOOL)verbose print:(BOOL)print;
++(BOOL) load:(MLKCharacterStream *)stream verbose:(BOOL)verbose print:(BOOL)print;
+(id) compile:(id)object
inContext:(MLKLexicalContext *)context;