aboutsummaryrefslogtreecommitdiff
path: root/src/interp/wi2.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-05-05 07:14:45 +0000
committerdos-reis <gdr@axiomatics.org>2010-05-05 07:14:45 +0000
commitb380d201d353795ee450ac686132f2849db08b88 (patch)
tree846be629856cca99c13a0d4cb77b530139d231ec /src/interp/wi2.boot
parentaf88601ee70f6d03a98edb0374d682ce19343293 (diff)
downloadopen-axiom-b380d201d353795ee450ac686132f2849db08b88.tar.gz
* interp/c-util.boot: Change middle-end instruction "call" to
"%Call". * 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 0e54854f..3b6d1f12 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)