aboutsummaryrefslogtreecommitdiff
path: root/src/interp/i-funsel.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/i-funsel.boot')
-rw-r--r--src/interp/i-funsel.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/i-funsel.boot b/src/interp/i-funsel.boot
index 12daa636..611882e2 100644
--- a/src/interp/i-funsel.boot
+++ b/src/interp/i-funsel.boot
@@ -924,7 +924,7 @@ matchMmSig(mm,tar,args1,args2) ==
-- then the modemap condition is evaluated
[sig,:.]:= mm
if CONTAINED('_#, sig) then
- sig := [replaceSharpCalls COPY t for t in sig]
+ sig := [replaceSharpCalls copyTree t for t in sig]
args1 = nil => matchMmSigTar(tar,first sig)
a:= rest sig
arg:= nil