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, 2 insertions, 1 deletions
diff --git a/src/interp/scan.boot b/src/interp/scan.boot
index b1b29cd0..5b04893c 100644
--- a/src/interp/scan.boot
+++ b/src/interp/scan.boot
@@ -35,6 +35,7 @@
import bits
import dq
import incl
+import sys_-utility
namespace BOOT
module scan
@@ -165,7 +166,7 @@ scanKeyWords == [ _
scanKeyTableCons()==
- KeyTable:=MAKE_-HASHTABLE("CVEC",true)
+ KeyTable := hashTable 'EQUAL
for st in scanKeyWords repeat
HPUT(KeyTable,first st,second st)
KeyTable