aboutsummaryrefslogtreecommitdiff
path: root/src/interp/clammed.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/clammed.boot')
-rw-r--r--src/interp/clammed.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/clammed.boot b/src/interp/clammed.boot
index ad2856ac..b985ab6b 100644
--- a/src/interp/clammed.boot
+++ b/src/interp/clammed.boot
@@ -133,7 +133,7 @@ selectMms1(op,tar,args1,args2,$Coerce) ==
-- NEW COMPILER COMPATIBILITY ON
op = "^" or op = "**" =>
- APPEND(selectMms2("**",tar,args1,args2,$Coerce),
+ append(selectMms2("**",tar,args1,args2,$Coerce),
selectMms2("^",tar,args1,args2,$Coerce))
-- NEW COMPILER COMPATIBILITY OFF