diff options
Diffstat (limited to 'src/interp/br-op2.boot')
-rw-r--r-- | src/interp/br-op2.boot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/br-op2.boot b/src/interp/br-op2.boot index de06e99a..837adb90 100644 --- a/src/interp/br-op2.boot +++ b/src/interp/br-op2.boot @@ -448,7 +448,7 @@ koCatOps1 alist == [x for item in alist | x := pair] where false koCatAttrs(catform,domname) == - $if: local := MAKE_-HASHTABLE 'ID + $if: local := hashTable 'EQ catname := opOf catform koCatAttrsAdd(domname or catform,true) ancestors := ancestorsOf(catform,domname) |