aboutsummaryrefslogtreecommitdiff
path: root/src/interp/wi2.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-06-24 05:20:27 +0000
committerdos-reis <gdr@axiomatics.org>2010-06-24 05:20:27 +0000
commit68639c56f45afe2df802235f50b4ab8b3886dca4 (patch)
tree240ecbb8391f60cf2a008f3a22031b3751829f5d /src/interp/wi2.boot
parentdac28fb009d9c27cb8e0f9e453feb8a630b7e145 (diff)
downloadopen-axiom-68639c56f45afe2df802235f50b4ab8b3886dca4.tar.gz
* interp/c-util.boot: Cleanup.
* interp/compiler.boot: Likewise. * interp/functor.boot: Likewise. * interp/g-opt.boot: Likewise. * interp/mark.boot: Likewise. * interp/nrunfast.boot: Likewise. * interp/wi1.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 25cd03d1..451a4b70 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)