aboutsummaryrefslogtreecommitdiff
path: root/src/interp/g-opt.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/g-opt.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/g-opt.boot')
-rw-r--r--src/interp/g-opt.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/g-opt.boot b/src/interp/g-opt.boot
index 3b0e5b28..0a3cad37 100644
--- a/src/interp/g-opt.boot
+++ b/src/interp/g-opt.boot
@@ -163,7 +163,7 @@ optSPADCALL(form is ['SPADCALL,:argl]) ==
null $InteractiveMode => form
-- last arg is function/env, but may be a form
argl is [:argl,fun] and fun is ["ELT",dom,slot] =>
- optCall ['call,['ELT,dom,slot],:argl]
+ optCall ["call",['ELT,dom,slot],:argl]
form
optCall (x is ["call",:u]) ==