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.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/macex.boot b/src/interp/macex.boot
index 2e8c764d..d25074f6 100644
--- a/src/interp/macex.boot
+++ b/src/interp/macex.boot
@@ -167,7 +167,7 @@ mac0MLambdaApply(mlambda, args, opf, $pfMacros) ==
mac0ExpandBody( body , opf, $macActive, $posActive)
mac0ExpandBody(body, opf, $macActive, $posActive) ==
- MEMQ(body,$macActive) =>
+ symbolMember?(body,$macActive) =>
[.,pf] := $posActive
posn := pfSourcePosition pf
mac0InfiniteExpansion(posn, body, $macActive)