aboutsummaryrefslogtreecommitdiff
path: root/src/interp/lisplib.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/lisplib.boot')
-rw-r--r--src/interp/lisplib.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/lisplib.boot b/src/interp/lisplib.boot
index 6a44b45d..cc4b1a14 100644
--- a/src/interp/lisplib.boot
+++ b/src/interp/lisplib.boot
@@ -273,7 +273,7 @@ unInstantiate(clist) ==
killNestedInstantiations(deps) ==
for key in HKEYS($ConstructorCache)
repeat
- for [arg,count,:inst] in HGET($ConstructorCache,key) repeat
+ for [arg,count,:inst] in tableValue($ConstructorCache,key) repeat
isNestedInstantiation(inst.0,deps) =>
HREMPROP($ConstructorCache,key,arg)