aboutsummaryrefslogtreecommitdiff
path: root/src/interp/scan.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/scan.boot')
-rw-r--r--src/interp/scan.boot3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/interp/scan.boot b/src/interp/scan.boot
index 8b49fa4a..23533311 100644
--- a/src/interp/scan.boot
+++ b/src/interp/scan.boot
@@ -192,8 +192,7 @@ scanDict:=scanDictCons()
scanPunCons()==
listing := HKEYS scanKeyTable
- a := MAKE_-BVEC 256
--- SETSIZE(a,256)
+ a := makeBitVector 256
for i in 0..255 repeat
bitmask(a,i) := 0
for k in listing repeat