aboutsummaryrefslogtreecommitdiff
path: root/src/interp/interop.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/interop.boot')
-rw-r--r--src/interp/interop.boot4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interp/interop.boot b/src/interp/interop.boot
index 383ad048..1bc6739d 100644
--- a/src/interp/interop.boot
+++ b/src/interp/interop.boot
@@ -272,7 +272,7 @@ depthAssocList u ==
removeDuplicates ("append"/[depthAssoc(y) for y in u])
depthAssoc x ==
- y := HGET($depthAssocCache,x) => y
+ y := tableValue($depthAssocCache,x) => y
x is ['Join,:u] or (u := getCatAncestors x) =>
v := depthAssocList u
tableValue($depthAssocCache,x) := [[x,:n],:v]
@@ -567,7 +567,7 @@ hashNewLookupInCategories(op,sig,dom,dollar) ==
packageVec.i := package
package
----old world
- table := HGET($Slot1DataBase,entry) or systemError nil
+ table := tableValue($Slot1DataBase,entry) or systemError nil
(u := LASSQ(op,table))
and (v := or/[rest x for x in u]) =>
packageForm := [entry,'$,:rest cat]