aboutsummaryrefslogtreecommitdiff
path: root/src/boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-03-20 07:50:21 +0000
committerdos-reis <gdr@axiomatics.org>2011-03-20 07:50:21 +0000
commitadac8d95735aa3dc001658f2438b79d1c38a58d4 (patch)
tree5bc230d898c2a44324976e4096df7fe6f32eac8b /src/boot
parentc311ea4e099e5e497d290b36131edde4d7d4a36f (diff)
downloadopen-axiom-adac8d95735aa3dc001658f2438b79d1c38a58d4.tar.gz
More cleanups
Diffstat (limited to 'src/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 4ea4ef4b..249c045f 100644
--- a/src/boot/includer.boot
+++ b/src/boot/includer.boot
@@ -79,7 +79,7 @@ shoeNotFound fn ==
shoeReadLispString(s,n) ==
l := #s
n >= l => nil
- READ_-FROM_-STRING strconc ( "(", subString(s,n,l-n) ,")")
+ readLispFromString strconc ( "(", subString(s,n,l-n) ,")")
-- read a line from stream
shoeReadLine stream ==