diff options
Diffstat (limited to 'src/interp/htcheck.boot')
-rw-r--r-- | src/interp/htcheck.boot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/htcheck.boot b/src/interp/htcheck.boot index c548fcbb..34412254 100644 --- a/src/interp/htcheck.boot +++ b/src/interp/htcheck.boot @@ -84,7 +84,7 @@ $primitiveHtCommands := '( ("\windowlink" . 2)) buildHtMacroTable() == - $htMacroTable := MAKE_-HASHTABLE 'UEQUAL + $htMacroTable := hashTable 'EQUAL fn := strconc(systemRootDirectory(), '"/share/hypertex/pages/util.ht") if PROBE_-FILE(fn) then instream := MAKE_-INSTREAM fn |