aboutsummaryrefslogtreecommitdiff
path: root/src/interp/g-util.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/g-util.boot')
-rw-r--r--src/interp/g-util.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/g-util.boot b/src/interp/g-util.boot
index 5c1d4605..2bd68b4a 100644
--- a/src/interp/g-util.boot
+++ b/src/interp/g-util.boot
@@ -196,7 +196,7 @@ ScanOrPairVec(f, ob) ==
CATCH('ScanOrPairVecAnswer, ScanOrInner(f, ob)) where
ScanOrInner(f, ob) ==
- HGET($seen, ob) => nil
+ tableValue($seen, ob) => nil
cons? ob =>
tableValue($seen, ob) := true
ScanOrInner(f, first ob)