aboutsummaryrefslogtreecommitdiff
path: root/src/interp/buildom.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-07-28 14:50:10 +0000
committerdos-reis <gdr@axiomatics.org>2010-07-28 14:50:10 +0000
commit708ad63d818302003bbff2306892007cdc9888cf (patch)
tree649849384a88536fe19a41d378b1f6fbcc0f677d /src/interp/buildom.boot
parent16979e1df537412a0baba5c95c7d0036bf0ddf9b (diff)
downloadopen-axiom-708ad63d818302003bbff2306892007cdc9888cf.tar.gz
* interp/spad.lisp (DIVIDE2): Remove.
* interp/vmlisp.lisp (QSQUOTIENT): Likewise. (QSREMAINDER): Likewise. * interp/buildom.boot: Use quo and rem in leur of QUOTIENT and REMAINDER or variants. * interp/g-timer.boot: Likewise. * interp/g-util.boot: Likewise. * interp/htsetvar.boot: Likewise. * interp/i-output.boot: Likewise. * interp/incl.boot: Likewise. * interp/msgdb.boot: Likewise. * interp/nrungo.boot: Likewise. * interp/pspad1.boot: Likewise. * interp/topics.boot: Likewise.
Diffstat (limited to 'src/interp/buildom.boot')
-rw-r--r--src/interp/buildom.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/buildom.boot b/src/interp/buildom.boot
index 73e007ae..1488064b 100644
--- a/src/interp/buildom.boot
+++ b/src/interp/buildom.boot
@@ -240,7 +240,7 @@ MappingPrint(x, dom) == coerceMap2E(x)
coerceMap2E(x) ==
-- nrlib domain
ARRAYP rest x => ["theMap", BPINAME first x,
- if $testingSystem then 0 else REMAINDER(HASHEQ rest x, 1000)]
+ if $testingSystem then 0 else HASHEQ(rest x) rem 1000]
-- aldor
["theMap", BPINAME first x ]