aboutsummaryrefslogtreecommitdiff
path: root/src/interp/wi1.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-05-09 01:35:42 +0000
committerdos-reis <gdr@axiomatics.org>2010-05-09 01:35:42 +0000
commit7d5b2b21ade3d46ac5d4b521e5b9ef08aac96d63 (patch)
tree70c495c4f317f6a66c547c42162ef7c49c4c92f2 /src/interp/wi1.boot
parent3f5e2de70e2d7444bfb5fa1d6e33bb9ac2dee102 (diff)
downloadopen-axiom-7d5b2b21ade3d46ac5d4b521e5b9ef08aac96d63.tar.gz
* interp/c-util.boot: Replace uses of rplac with explicit
assignments to first and rest fields. * interp/compiler.boot: Likewise. * interp/define.boot: Likewise. * interp/g-opt.boot: Likewise. * interp/lisplib.boot: Likewise. * interp/wi1.boot: Likewise.
Diffstat (limited to 'src/interp/wi1.boot')
-rw-r--r--src/interp/wi1.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/wi1.boot b/src/interp/wi1.boot
index bb772e94..d3a43e8f 100644
--- a/src/interp/wi1.boot
+++ b/src/interp/wi1.boot
@@ -808,7 +808,7 @@ coerce(T,m) ==
'"function coerce called from the interpreter."])
--==================> changes <======================
--The following line is inappropriate for our needs:::
---rplac(second T,substitute("$",$Rep,second T))
+--T.rest.first := substitute("$",$Rep,second T)
T' := coerce0(T,m) => T'
T := [T.expr,fullSubstitute("$",$Representation,T.mode),T.env]
--==================> changes <======================