From a03b7716749e9fb997d99659967aa49ae6ca1569 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Mon, 7 Mar 2011 05:49:53 +0000 Subject: * interp/sys-utility.boot (getSystemModulePath): Use systemAlgebraDirectory. * interp/database.boot (pathToDatabase): Use systemDatabaseDirectory. * algebra/integer.spad.pamphlet (Integer) [latex]: Tidy. * algebra/string.spad.pamphlet (Character) [latex]: Likewise. * algebra/Makefile.in: Rework bootstrapping set up. (COMPILE_LISP): Remove. (axiom_algebra_layer_strap): Likewise. (axiom_algebra_layer_strap_objects): Likewise. (axiom_algebra_bootstrap): Likewise. (oa_strap_0_fasls): New. (oa_strap_1_fasls): Likewise. (oa_strap_2_fasls): Likewise. (oa_strap_0_sources): Likewise. (oa_strap_1_sources): Likewise. (oa_strap_2_sources): Likewise. * src/algerab/strap: Remove. --- src/algebra/strap/DIVRING.lsp | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 src/algebra/strap/DIVRING.lsp (limited to 'src/algebra/strap/DIVRING.lsp') diff --git a/src/algebra/strap/DIVRING.lsp b/src/algebra/strap/DIVRING.lsp deleted file mode 100644 index 13f9c32f..00000000 --- a/src/algebra/strap/DIVRING.lsp +++ /dev/null @@ -1,22 +0,0 @@ - -(/VERSIONCHECK 2) - -(DEFPARAMETER |DivisionRing;AL| 'NIL) - -(DEFUN |DivisionRing;| () - (LET ((#0=#:G1375 - (|sublisV| (PAIR '(#1=#:G1374) '((|Fraction| (|Integer|)))) - (|Join| (|EntireRing|) (|Algebra| '#1#) - (|mkCategory| '|domain| - '(((** ($ $ (|Integer|))) T) - ((|inv| ($ $)) T)) - NIL '((|Integer|)) NIL))))) - (SETF (|shellEntry| #0# 0) '(|DivisionRing|)) - #0#)) - -(DEFUN |DivisionRing| () - (COND - (|DivisionRing;AL|) - (T (SETQ |DivisionRing;AL| (|DivisionRing;|))))) - -(MAKEPROP '|DivisionRing| 'NILADIC T) -- cgit v1.2.3