aboutsummaryrefslogtreecommitdiff
path: root/src/interp/br-op2.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/br-op2.boot')
-rw-r--r--src/interp/br-op2.boot6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/interp/br-op2.boot b/src/interp/br-op2.boot
index 4744cd5c..9ef668ee 100644
--- a/src/interp/br-op2.boot
+++ b/src/interp/br-op2.boot
@@ -245,7 +245,7 @@ getSubstInsert(x,candidates) ==
return insert(x,candidates)
null candidates => [x]
or/[CONTAINED(x,y) for y in candidates] => candidates
- y := or/[CONTAINED(y,x) for y in candidates] => SUBST(x,y,candidates)
+ y := or/[CONTAINED(y,x) for y in candidates] => substitute(x,y,candidates)
candidates
@@ -568,7 +568,7 @@ modemap2Sig(op,mm) ==
if partial? then
target := dcSig . 1
ntarget := ['Union, target, '"failed"]
- dcSig := SUBST(ntarget, target, dcSig)
+ dcSig := substitute(ntarget, target, dcSig)
alist := findSubstitutionOrder? pairlis(vlist, flist) or systemError()
predList := substInOrder(alist, predList)
nsig := substInOrder(alist, sig)
@@ -580,7 +580,7 @@ modemap2Sig(op,mm) ==
pp mm
$badStack := [[op, mm], :$badStack]
--pause nsig
- [predList, origin, SUBST("%", origin, nsig)]
+ [predList, origin, substitute("%", origin, nsig)]
modemap2SigConds conds ==
conds is ['OR,:r] => modemap2SigConds first r