aboutsummaryrefslogtreecommitdiff
path: root/src/interp/macex.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/macex.boot')
-rw-r--r--src/interp/macex.boot3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/interp/macex.boot b/src/interp/macex.boot
index d25074f6..fdc0c5ff 100644
--- a/src/interp/macex.boot
+++ b/src/interp/macex.boot
@@ -86,8 +86,7 @@ macLambdaParameterHandling( replist , pform ) ==
for p in pfParts pform repeat macLambdaParameterHandling( replist , p )
macSubstituteId( replist , pform ) ==
- ex := AlistAssocQ( pfIdSymbol pform , replist )
- ex =>
+ ex := symbolAssoc( pfIdSymbol pform , replist ) =>
RPLPAIR(pform,rest ex)
pform
pform