aboutsummaryrefslogtreecommitdiff
path: root/src/interp/wi2.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-02-26 21:42:03 +0000
committerdos-reis <gdr@axiomatics.org>2011-02-26 21:42:03 +0000
commite8a84fdadd3c571f757a204f019e102d038ba277 (patch)
treee0d8477b9027a5ff83236261a23a1e4b8152273a /src/interp/wi2.boot
parent2cd5fff635d7b7954a220cf474172b4c0955cb55 (diff)
downloadopen-axiom-e8a84fdadd3c571f757a204f019e102d038ba277.tar.gz
* interp/nruncomp.boot (optDeltaEntry): Don't SPADCALL the
constant producing function. * interp/c-util.boot (getFunctionReplacement): Use comptileTimeBindingOf. (lookupDefiningFunction): Tidy. * interp/g-opt.boot (compileTimeBindingOf): Move to c-util.boot.
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 85068b58..7330a4c5 100644
--- a/src/interp/wi2.boot
+++ b/src/interp/wi2.boot
@@ -641,7 +641,7 @@ optDeltaEntry(op,sig,dc,eltOrConst) ==
hehe fn
[op] -----------> return just the op here
-- ['XLAM,'ignore,MKQ SPADCALL fn]
- getFunctionReplacement compileTimeBindingOf first fn
+ getFunctionReplacement first fn
genDeltaEntry(opMmPair,e) ==
--called from compApplyModemap