aboutsummaryrefslogtreecommitdiff
path: root/src/interp/topics.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/topics.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/topics.boot')
-rw-r--r--src/interp/topics.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/topics.boot b/src/interp/topics.boot
index 6310986c..656a7dee 100644
--- a/src/interp/topics.boot
+++ b/src/interp/topics.boot
@@ -221,7 +221,7 @@ topics con ==
code2Classes cc ==
cc := 2*cc
- [x while cc ~= 0 for x in $topicClasses | ODDP (cc := QUOTIENT(cc,2))]
+ [x while cc ~= 0 for x in $topicClasses | ODDP (cc := cc quo 2)]
myLastAtom x ==
while x is [.,:x] repeat nil