aboutsummaryrefslogtreecommitdiff
path: root/src/boot/includer.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot/includer.boot')
-rw-r--r--src/boot/includer.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/includer.boot b/src/boot/includer.boot
index 9b09f02b..d6b98584 100644
--- a/src/boot/includer.boot
+++ b/src/boot/includer.boot
@@ -79,7 +79,7 @@ shoeReadLispString(s,n) ==
-- write LINE to standard terminal I/O.
shoeConsole line ==
- writeLine(line, _*TERMINAL_-IO_*)
+ writeLine(line,$stdio)
shoeSpaces n ==
makeString(n,char ".")