aboutsummaryrefslogtreecommitdiff
path: root/src/interp/functor.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-05-09 17:39:54 +0000
committerdos-reis <gdr@axiomatics.org>2008-05-09 17:39:54 +0000
commit20a8ad75b7e37bb087342e80e3f1c18eb74e4af8 (patch)
tree2796d582814e528527310f88b9cc9301cee42ebb /src/interp/functor.boot
parent2e3759ab9fa0e0962408ddf39f88f892f0fed1de (diff)
downloadopen-axiom-20a8ad75b7e37bb087342e80e3f1c18eb74e4af8.tar.gz
* interp/as.boot: Remove Old Boot semantics.
* interp/br-con.boot: Likewise. * interp/br-data.boot: Likewise. * interp/br-op1.boot: Likewise. * interp/br-op2.boot: Likewise. * interp/br-saturn.boot: Likewise. * interp/compiler.boot: Likewise. * interp/define.boot: Likewise. * interp/fortcall.boot: Likewise. * interp/functor.boot: Likewise. * interp/htsetvar.boot: Likewise. * interp/newfort.boot: Likewise. * interp/nruncomp.boot: Likewise. * interp/nrunopt.boot: Likewise.
Diffstat (limited to 'src/interp/functor.boot')
-rw-r--r--src/interp/functor.boot6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/interp/functor.boot b/src/interp/functor.boot
index 657a7a13..4d42c2ed 100644
--- a/src/interp/functor.boot
+++ b/src/interp/functor.boot
@@ -420,7 +420,7 @@ mkDomainConstructor x ==
setVector4(catNames,catsig,conditions) ==
if $HackSlot4 then
for ['LET,name,cond,:.] in $getDomainCode repeat
- $HackSlot4:=SUBST(name,cond,$HackSlot4)
+ $HackSlot4:=substitute(name,cond,$HackSlot4)
code:=
--+
['SETELT,'$,4,'TrueDomain]
@@ -965,10 +965,10 @@ getViewsConditions u ==
DescendCodeVarAdd(base,flag) ==
princview := CAR $catvecList
- [SetFunctionSlots(sig,SUBST('ELT,'CONST,implem),flag,'adding) repeat
+ [SetFunctionSlots(sig,substitute('ELT,'CONST,implem),flag,'adding) repeat
for i in 6..MAXINDEX princview |
princview.i is [sig:=[op,types],:.] and
- LASSOC([base,:SUBST(base,'$,types)],get(op,'modemap,$e)) is
+ LASSOC([base,:substitute(base,'$,types)],get(op,'modemap,$e)) is
[[pred,implem]]]
resolvePatternVars(p,args) ==