aboutsummaryrefslogtreecommitdiff
path: root/src/interp/wi2.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-05-05 02:06:21 +0000
committerdos-reis <gdr@axiomatics.org>2010-05-05 02:06:21 +0000
commitaf88601ee70f6d03a98edb0374d682ce19343293 (patch)
treec21f9dfeff2e62e7def5a57abac3b141736dbda2 /src/interp/wi2.boot
parent5768bef1b2b7cd3fd38733a26a33ec2f0d8e6c01 (diff)
downloadopen-axiom-af88601ee70f6d03a98edb0374d682ce19343293.tar.gz
* interp/compiler.boot: Miscellaneous cleanup.
* interp/g-opt.boot: Likewise. * interp/functor.boot: Likewise. * interp/nrunfast.boot: Likewise. * interp/wi2.boot: Likewise.
Diffstat (limited to 'src/interp/wi2.boot')
-rw-r--r--src/interp/wi2.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/wi2.boot b/src/interp/wi2.boot
index 31983811..0e54854f 100644
--- a/src/interp/wi2.boot
+++ b/src/interp/wi2.boot
@@ -437,7 +437,7 @@ applyMapping([op,:argl],m,e,ml) ==
getAbbreviation($op,#rest $form)
[op',:argl',"$"] where
op':= INTERN STRCONC(encodeItem nprefix,";",encodeItem op)
- ['call,['applyFun,op],:argl']
+ ["call",['applyFun,op],:argl']
pairlis := pairList(argl',$FormalMapVariableList)
convert([form,SUBLIS(pairlis,first ml),e],m)