aboutsummaryrefslogtreecommitdiff
path: root/src/boot/translator.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-12-11 01:50:29 +0000
committerdos-reis <gdr@axiomatics.org>2010-12-11 01:50:29 +0000
commit46e765be689a737fa233ca242459520db3797f03 (patch)
tree6c04f7b33f3caeea9c7bbca67e443677a358a7d4 /src/boot/translator.boot
parentc95606b43200927a9b54c5bba9670020aee6712d (diff)
downloadopen-axiom-46e765be689a737fa233ca242459520db3797f03.tar.gz
Clean up
Diffstat (limited to 'src/boot/translator.boot')
-rw-r--r--src/boot/translator.boot6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/boot/translator.boot b/src/boot/translator.boot
index 046b1f43..001901ab 100644
--- a/src/boot/translator.boot
+++ b/src/boot/translator.boot
@@ -324,7 +324,7 @@ shoeConsoleLines lines ==
shoeConsole '" "
shoeFileLine(x, stream) ==
- WRITE_-LINE(x, stream)
+ writeLine(x, stream)
x
shoeFileTrees(s,st)==
@@ -697,7 +697,7 @@ PSTTOMC string==
BOOTLOOP() ==
a:=READ_-LINE()
#a=0=>
- WRITE_-LINE '"Boot Loop; to exit type ] "
+ writeLine '"Boot Loop; to exit type ] "
BOOTLOOP()
b:=shoePrefix? ('")console",a)
b =>
@@ -711,7 +711,7 @@ BOOTLOOP() ==
BOOTPO() ==
a:=READ_-LINE()
#a=0=>
- WRITE_-LINE '"Boot Loop; to exit type ] "
+ writeLine '"Boot Loop; to exit type ] "
BOOTPO()
b:=shoePrefix? ('")console",a)
b =>