aboutsummaryrefslogtreecommitdiff
path: root/src/interp/modemap.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/modemap.boot')
-rw-r--r--src/interp/modemap.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/modemap.boot b/src/interp/modemap.boot
index fcf08109..c6f6f50c 100644
--- a/src/interp/modemap.boot
+++ b/src/interp/modemap.boot
@@ -191,7 +191,7 @@ mergeModemap(entry is [[mc,:sig],[pred,:.],:.],modemapList,e) ==
mc=mc' or isSubset(mc,mc',e) =>
newmm:= nil
mm:= modemapList
- while (not EQ(mm,mmtail)) repeat (newmm:= [first mm,:newmm]; mm:= rest mm)
+ while (not sameObject?(mm,mmtail)) repeat (newmm:= [first mm,:newmm]; mm:= rest mm)
if (mc=mc') and (sig=sig') then
--We only need one of these, unless the conditions are hairy
not $forceAdd and TruthP pred' =>