aboutsummaryrefslogtreecommitdiff
path: root/src/boot/tokens.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot/tokens.boot')
-rw-r--r--src/boot/tokens.boot3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/boot/tokens.boot b/src/boot/tokens.boot
index 56e1b051..21f9da32 100644
--- a/src/boot/tokens.boot
+++ b/src/boot/tokens.boot
@@ -152,7 +152,7 @@ shoeDictCons()==
d :=
a := newVector 256
b := newVector 1
- b.0 := newString 0
+ b.0 := makeString 0
for i in 0..255 repeat
a.i := b
a
@@ -277,7 +277,6 @@ for i in [ _
["makeSymbol", "INTERN"] , _
["maxIndex", "MAXINDEX"] , _
["mkpf", "MKPF"] , _
- ["newString", "MAKE-STRING"], _
["newVector", "MAKE-ARRAY"], _
["nil" ,NIL ] , _
["not", "NOT"] , _