aboutsummaryrefslogtreecommitdiff
path: root/src/interp/macex.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2009-09-26 13:49:18 +0000
committerdos-reis <gdr@axiomatics.org>2009-09-26 13:49:18 +0000
commit91bd7571dc0baf8d17047d553e4616dd587c0ffb (patch)
tree2e2a2eb23ff2cb76b6eb3ae763a480ac1f0078ad /src/interp/macex.boot
parent868f1d56a5bcd7d712855e98085e0e15d32a3264 (diff)
downloadopen-axiom-91bd7571dc0baf8d17047d553e4616dd587c0ffb.tar.gz
* interp/: More cleanup.
Diffstat (limited to 'src/interp/macex.boot')
-rw-r--r--src/interp/macex.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/macex.boot b/src/interp/macex.boot
index b1c87eee..f426239f 100644
--- a/src/interp/macex.boot
+++ b/src/interp/macex.boot
@@ -88,7 +88,7 @@ macLambdaParameterHandling( replist , pform ) ==
macSubstituteId( replist , pform ) ==
ex := AlistAssocQ( pfIdSymbol pform , replist )
ex =>
- RPLPAIR(pform,CDR ex)
+ RPLPAIR(pform,rest ex)
pform
pform