aboutsummaryrefslogtreecommitdiff
path: root/src/interp/i-intern.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-04-22 00:58:05 +0000
committerdos-reis <gdr@axiomatics.org>2011-04-22 00:58:05 +0000
commitb0046ba3929c513a399fd1ebb84dee1712c55a02 (patch)
tree97e562abe62305f257a27c97a59aeaed5fdd93ba /src/interp/i-intern.boot
parentf5a47d23d57cb91b89254c7a5904baee0f004e2b (diff)
downloadopen-axiom-b0046ba3929c513a399fd1ebb84dee1712c55a02.tar.gz
* boot/utility.boot (copyList): Define.
(append!): Likewise. * boot/tokens.boot: Do not translate nconc.
Diffstat (limited to 'src/interp/i-intern.boot')
-rw-r--r--src/interp/i-intern.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/i-intern.boot b/src/interp/i-intern.boot
index e0e2b2f0..b9c8eec9 100644
--- a/src/interp/i-intern.boot
+++ b/src/interp/i-intern.boot
@@ -470,7 +470,7 @@ transformCollect [:itrl,body] ==
it is ["UNTIL",:.] => nil
throwKeyedMsg("S2IS0061",nil)
bodyTree:=mkAtree1 body
- iterList:=nconc(iterList,[:iterTran2 for it in itrl]) where
+ iterList:=append!(iterList,[:iterTran2 for it in itrl]) where
iterTran2() ==
it is ["STEP",:.] => nil
it is ["IN",:.] => nil