aboutsummaryrefslogtreecommitdiff
path: root/src/interp/nruncomp.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-03-04 07:47:36 +0000
committerdos-reis <gdr@axiomatics.org>2010-03-04 07:47:36 +0000
commit5c643bf0dce03bf61ead5b95c27de845ac242680 (patch)
treebbfc41a53872a179105e843f32ce7fe74fe55083 /src/interp/nruncomp.boot
parent89122c246b751bba715be67884000a0ef236975d (diff)
downloadopen-axiom-5c643bf0dce03bf61ead5b95c27de845ac242680.tar.gz
* interp/c-util.boot (quoteMinimally): New.
(registerFunctionReplacement): Likewise. * interp/define.boot (spadCompileOrSetq): Use it. * interp/g-opt.boot (optSpecialCall): Likewise. * interp/nruncomp.boot (optDeltaEntry): Likewise. * interp/spad.lisp (|knownEqualPred|): Likewise. * interp/wi2.boot (optDeltaEntry): Likewise.
Diffstat (limited to 'src/interp/nruncomp.boot')
-rw-r--r--src/interp/nruncomp.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/nruncomp.boot b/src/interp/nruncomp.boot
index 0dfd95f5..5194d7b8 100644
--- a/src/interp/nruncomp.boot
+++ b/src/interp/nruncomp.boot
@@ -175,7 +175,7 @@ optDeltaEntry(op,sig,dc,eltOrConst) ==
if CONSP fun then
eltOrConst = "CONST" => return ['XLAM,'ignore, SPADCALL fun]
fun := first fun
- GETL(compileTimeBindingOf fun,'SPADreplace)
+ getFunctionReplacement compileTimeBindingOf fun
genDeltaEntry opMmPair ==
--called from compApplyModemap