aboutsummaryrefslogtreecommitdiff
path: root/src/interp/intfile.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/intfile.boot')
-rw-r--r--src/interp/intfile.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/intfile.boot b/src/interp/intfile.boot
index fdd5e519..f89cb3cf 100644
--- a/src/interp/intfile.boot
+++ b/src/interp/intfile.boot
@@ -57,7 +57,7 @@ shoeStrings (stream)==
if a.0 ~= char " "
then ['"",stream]
else
- [h,t]:=shoeStrings(cdr stream)
+ [h,t]:=shoeStrings(rest stream)
[strconc(a,h),t]
--fetchKeyedMsg(key,b)== GET(key,"MSGS")