From c980832a88deb36ff8657c9a86acb0750775db6b Mon Sep 17 00:00:00 2001 From: dos-reis Date: Fri, 7 Dec 2007 00:52:19 +0000 Subject: boot/ 2007-12-06 Gabriel Dos Reis * initial-env.lisp.pamphlet ("BOOTTRAN"): Don't use SYSTEM package. interp/ 2007-12-06 Gabriel Dos Reis * lisplib.boot (getSlotFromDomain): Use pointer to function Undef directly, instead of variable Undef. * i-syscmd.boot (cd): Move from patches.lisp to here. * g-timer.boot (printTimeIfTrue): Move from patches.lisp to here. * patches.lisp (Undef): Remove. ($printTimeIfTrue): Move to g-timer.boot. (cd): Move to i-syscmd.boot. (nullstream): Remove. (nononullstream): Likewise. (/MAJOR-VERSION): Move to sys-constants.boot. * setq.lisp (/MAJOR-VERSION): Remove. lisp/ 2007-12-06 Gabriel Dos Reis * core.lisp.in ("AxiomCore"): Don't use SYSTEM package. --- src/boot/initial-env.lisp.pamphlet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/boot/initial-env.lisp.pamphlet') diff --git a/src/boot/initial-env.lisp.pamphlet b/src/boot/initial-env.lisp.pamphlet index f06b6a65..d3242458 100644 --- a/src/boot/initial-env.lisp.pamphlet +++ b/src/boot/initial-env.lisp.pamphlet @@ -65,7 +65,7 @@ by \code{BOOTTRAN}: (defpackage "BOOTTRAN" (:use "AxiomCore") #+:common-lisp (:use "COMMON-LISP") - #-:common-lisp (:use "LISP" "SYSTEM")) + #-:common-lisp (:use "LISP")) @ -- cgit v1.2.3