aboutsummaryrefslogtreecommitdiff
path: root/src/interp/g-opt.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-05-08 22:01:09 +0000
committerdos-reis <gdr@axiomatics.org>2010-05-08 22:01:09 +0000
commit2c869f999871438dfb1c3efb9eb9f6e398c35d36 (patch)
tree212c40a23c6157a12252b97bd9b0e155a1e336d5 /src/interp/g-opt.boot
parent20462739ac81a89fa81ff9576969c7a8d8952ea3 (diff)
downloadopen-axiom-2c869f999871438dfb1c3efb9eb9f6e398c35d36.tar.gz
* interp/wi2.boot: Remove more RPLACA and RPLACD uses.
* interp/topics.boot: Likewise. * interp/slam.boot: Likewise. * interp/nruncomp.boot: Likewise. * interp/interop.boot: Likewise. * interp/i-toplev.boot: Likewise. * interp/i-spec1.boot: Likewise. * interp/i-resolv.boot: Likewise. * interp/i-output.boot: Likewise. * interp/htsetvar.boot: Likewise. * interp/g-util.boot: Likewise. * interp/g-cndata.boot: Likewise. * interp/functor.boot: Likewise. * interp/dq.boot: Likewise. * interp/define.boot: Likewise. * interp/database.boot: Likewise. * interp/cparse.boot: Likewise. * interp/clam.boot: Likewise. * interp/c-util.boot: Likewise. * interp/br-op1.boot: Likewise. * interp/br-data.boot: Likewise.
Diffstat (limited to 'src/interp/g-opt.boot')
-rw-r--r--src/interp/g-opt.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/g-opt.boot b/src/interp/g-opt.boot
index 73b252f8..a65095d2 100644
--- a/src/interp/g-opt.boot
+++ b/src/interp/g-opt.boot
@@ -246,7 +246,7 @@ optMkRecord ["mkRecord",:u] ==
optCond (x is ['COND,:l]) ==
if l is [a,[aa,b]] and TruthP aa and b is ["COND",:c] then
- RPLACD(rest x,c)
+ x.rest.rest := c
if l is [[p1,:c1],[p2,:c2],:.] then
if (p1 is ["NOT",=p2]) or (p2 is ["NOT",=p1]) then
l:=[[p1,:c1],['(QUOTE T),:c2]]