aboutsummaryrefslogtreecommitdiff
path: root/src/interp/i-toplev.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/i-toplev.boot')
-rw-r--r--src/interp/i-toplev.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/i-toplev.boot b/src/interp/i-toplev.boot
index 4003151f..a2d0b30c 100644
--- a/src/interp/i-toplev.boot
+++ b/src/interp/i-toplev.boot
@@ -106,7 +106,7 @@ start(:l) ==
SAY fillerSpaces($LINELENGTH,'"=")
TERPRI()
$OLDLINE := NIL
- $superHash := MAKE_-HASHTABLE('UEQUAL)
+ $superHash := hashTable 'EQUAL
if null l then runspad()
'EndOfSpad