aboutsummaryrefslogtreecommitdiff
path: root/src/interp
diff options
context:
space:
mode:
authorGabriel Dos Reis <gdr@axiomatics.org>2015-12-30 02:56:09 -0800
committerGabriel Dos Reis <gdr@axiomatics.org>2015-12-30 02:56:09 -0800
commit9213251560073e45e73ae94c46bc382a625a57bb (patch)
tree97f670bfbfa3f73f1b00912f120c4998a9a04e8d /src/interp
parentd0740d0ba443f0f24c78d321e15b41bb6c45cecd (diff)
downloadopen-axiom-9213251560073e45e73ae94c46bc382a625a57bb.tar.gz
Remove attributes unitsKnown, leftUnitary, rightUnitary, canonicalsClosed, central, noetherian, NullSquare, JacobiIdentity.
Diffstat (limited to 'src/interp')
-rw-r--r--src/interp/Makefile.in4
-rw-r--r--src/interp/functor.boot2
-rw-r--r--src/interp/nruncomp.boot2
-rw-r--r--src/interp/sys-constants.boot10
4 files changed, 9 insertions, 9 deletions
diff --git a/src/interp/Makefile.in b/src/interp/Makefile.in
index b0b9c507..ef249649 100644
--- a/src/interp/Makefile.in
+++ b/src/interp/Makefile.in
@@ -294,12 +294,12 @@ setvart.$(FASLEXT): sys-macros.$(FASLEXT)
## OpenAxiom's compiler
compiler.$(FASLEXT): msgdb.$(FASLEXT) pathname.$(FASLEXT) define.$(FASLEXT)
nrunfast.$(FASLEXT): c-util.$(FASLEXT)
-nruncomp.$(FASLEXT): profile.$(FASLEXT) simpbool.$(FASLEXT) functor.$(FASLEXT)
+nruncomp.$(FASLEXT): profile.$(FASLEXT) simpbool.$(FASLEXT) nrunfast.$(FASLEXT)
define.$(FASLEXT): g-error.$(FASLEXT) nruncomp.$(FASLEXT) database.$(FASLEXT)
database.$(FASLEXT): clam.$(FASLEXT) nlib.$(FASLEXT) \
cattable.$(FASLEXT) compat.$(FASLEXT) g-cndata.$(FASLEXT) \
c-util.$(FASLEXT)
-functor.$(FASLEXT): category.$(FASLEXT) lisplib.$(FASLEXT) nrunfast.$(FASLEXT)
+functor.$(FASLEXT): category.$(FASLEXT) lisplib.$(FASLEXT) nruncomp.$(FASLEXT)
category.$(FASLEXT): c-util.$(FASLEXT) g-cndata.$(FASLEXT)
cattable.$(FASLEXT): simpbool.$(FASLEXT) c-util.$(FASLEXT)
compat.$(FASLEXT): pathname.$(FASLEXT)
diff --git a/src/interp/functor.boot b/src/interp/functor.boot
index c6185c94..950fb3b1 100644
--- a/src/interp/functor.boot
+++ b/src/interp/functor.boot
@@ -33,7 +33,7 @@
import lisplib
-import nrunfast
+import nruncomp
import category
namespace BOOT
diff --git a/src/interp/nruncomp.boot b/src/interp/nruncomp.boot
index 459472d2..2b6c7ad4 100644
--- a/src/interp/nruncomp.boot
+++ b/src/interp/nruncomp.boot
@@ -34,7 +34,7 @@
import simpbool
import profile
-import functor
+import nrunfast
namespace BOOT
++ The "add-chain" index for a functor instance.
diff --git a/src/interp/sys-constants.boot b/src/interp/sys-constants.boot
index 44515be3..673e0b2d 100644
--- a/src/interp/sys-constants.boot
+++ b/src/interp/sys-constants.boot
@@ -627,11 +627,11 @@ $FILETYPE_-TABLE ==
+++
$BuiltinAttributes ==
- '(nil infinite arbitraryExponent approximate complex
- canonical noetherian central
- partiallyOrderedSet arbitraryPrecision canonicalsClosed
- noZeroDivisors rightUnitary leftUnitary
- additiveValuation unitsKnown canonicalUnitNormal
+ '(nil arbitraryExponent approximate complex
+ canonical
+ partiallyOrderedSet arbitraryPrecision
+ noZeroDivisors
+ additiveValuation canonicalUnitNormal
multiplicativeValuation commutative)
+++