diff options
author | dos-reis <gdr@axiomatics.org> | 2007-10-12 04:33:34 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2007-10-12 04:33:34 +0000 |
commit | 154daf2e85eaa209486de6d41e8a1b067590bb8e (patch) | |
tree | 66b48e2b838cd2033727638c181a12d21b7e4ead /src/interp/daase.lisp.pamphlet | |
parent | bdea50f2baa8f866a77d355ef23a1ba844f8c2b7 (diff) | |
download | open-axiom-154daf2e85eaa209486de6d41e8a1b067590bb8e.tar.gz |
* Makefile.pamphlet (${DEPSYS}): Depend on g-util.$(FASLEXT).
Load explicitly.
(<<profile.clisp>>): Remove.
(<<g-cndata.clisp>>): Likewise.
(<<g-opt.clisp>>): Likewise.
(<<g-timer.clisp>>): Likewise.
(<<hypertex.clisp>>): Likewise.
(<<rulesets.clisp>>): Likewise.
(<<ht-util.clisp>>): Likewise.
(<<htsetvar.clisp>>): Likewise.
(<<ht-root.clisp>>): Likewise.
(<<htcheck.clisp>>): Likewise.
(ht-root.$(FASLEXT)): New rule.
(htcheck.$(FASLEXT)): Likewise.
(ht-util.$(FASLEXT)): Likewise.
(htsetvar.$(FASLEXT)): Likewise.
(hypertex.$(FASLEXT)): Likewise.
(profile.$(FASLEXT)): Likewise.
(rulesets.$(FASLEXT)): Likewise.
(g-opt.$(FASLEXT)): Likewise.
(g-timer.$(FASLEXT)): Likewise.
(g-util.$(FASLEXT)): Likewise.
(g-cndata.$(FASLEXT)): Likewise.
* daase.lisp.pamphlet (*attributes*): Move definition to
sys-constants.boot.
* g-cndata.boot.pamphlet: Push into package "BOOT". Fix syntax.
* g-opt.boot.pamphlet: Likewise.
(EqualBarGensym): Fix thinko.
* g-timer.boot.pamphlet: Push into package "BOOT".
* g-util.boot.pamphlet: Likewise.
* ht-root.boot.pamphlet: Likewise. Fix syntax.
* ht-util.boot.pamphlet: Push into package "BOOT".
* htcheck.boot.pamphlet: Likewise.
* htsetvar.boot.pamphlet: Likewise.
* hypertex.boot.pamphlet: Likewise. Fix syntax.
* profile.boot.pamphlet: Likewise.
* rulesets.boot.pamphlet: Likewise.
* setq.lisp.pamphlet (/VERSION): Move definition to sys-globals.boot.
* spad.lisp.pamphlet (/WSNAME): Likewise.
(|rplac|): Move to sys-macros.boot.
Diffstat (limited to 'src/interp/daase.lisp.pamphlet')
-rw-r--r-- | src/interp/daase.lisp.pamphlet | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/interp/daase.lisp.pamphlet b/src/interp/daase.lisp.pamphlet index 670197e8..018e6758 100644 --- a/src/interp/daase.lisp.pamphlet +++ b/src/interp/daase.lisp.pamphlet @@ -1292,15 +1292,6 @@ short negative numbers. (setq *compressvector* (make-array (car lst) :initial-contents (cdr lst)))))) -(setq *attributes* - '(|nil| |infinite| |arbitraryExponent| |approximate| |complex| - |shallowMutable| |canonical| |noetherian| |central| - |partiallyOrderedSet| |arbitraryPrecision| |canonicalsClosed| - |noZeroDivisors| |rightUnitary| |leftUnitary| - |additiveValuation| |unitsKnown| |canonicalUnitNormal| - |multiplicativeValuation| |finiteAggregate| |shallowlyMutable| - |commutative|)) - (defun write-compress () (let (compresslist masterpos out) (close *compress-stream*) |