aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/strap
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/algebra/strap
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/algebra/strap')
-rw-r--r--src/algebra/strap/INS-.lsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/algebra/strap/INS-.lsp b/src/algebra/strap/INS-.lsp
index c4eb8f59..da35ba66 100644
--- a/src/algebra/strap/INS-.lsp
+++ b/src/algebra/strap/INS-.lsp
@@ -29,7 +29,7 @@
(DECLAIM (FTYPE (FUNCTION (|%Thing| |%Shell|) |%Boolean|)
|INS-;rational?;SB;8|))
-(PUT '|INS-;rational?;SB;8| '|SPADreplace| '(XLAM (|x|) T))
+(PUT '|INS-;rational?;SB;8| '|SPADreplace| '(XLAM (|x|) |%true|))
(DECLAIM (FTYPE (FUNCTION (|%Thing| |%Shell|) (|%IntegerSection| 0))
|INS-;euclideanSize;SNni;9|))