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 ff0804c7..b1c87eee 100644
--- a/src/interp/macex.boot
+++ b/src/interp/macex.boot
@@ -155,7 +155,7 @@ macApplication pf ==
mac0MLambdaApply(mlambda, args, opf, $pfMacros) ==
params := pf0MLambdaArgs mlambda
body := pfMLambdaBody mlambda
- #args ^= #params =>
+ #args ~= #params =>
pos := pfSourcePosition opf
ncHardError(pos,'S2CM0003, [#params,#args])
for p in params for a in args repeat