aboutsummaryrefslogtreecommitdiff
path: root/src/interp/boot-pkg.lisp
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-08-16 02:07:12 +0000
committerdos-reis <gdr@axiomatics.org>2008-08-16 02:07:12 +0000
commit40777fd4db18e8656ae53dd4df9112b42df329db (patch)
tree662f7d7c54141bdbf755b492aee0a215e6f6441c /src/interp/boot-pkg.lisp
parent8c851d2dca0a8d98953b7a2fa4c6d642c98fc11f (diff)
downloadopen-axiom-40777fd4db18e8656ae53dd4df9112b42df329db.tar.gz
* lisp/core.lisp.in (|%basicSystemIsComplete|): New. Export.
(|link|): Use prologue for all systems. * interp/sys-driver.boot (systemMain): New. Break from restart(). (restart): Tidy. * interp/boot-pkg.lisp: Don't push :OPEN-AXIOM-BOOT-COMPLETE.
Diffstat (limited to 'src/interp/boot-pkg.lisp')
-rw-r--r--src/interp/boot-pkg.lisp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/interp/boot-pkg.lisp b/src/interp/boot-pkg.lisp
index 0cf0aa1b..5cb96d12 100644
--- a/src/interp/boot-pkg.lisp
+++ b/src/interp/boot-pkg.lisp
@@ -53,10 +53,6 @@
(defun define-function (f v)
(setf (symbol-function f) v)))
-;; The Boot system is certainly completed by now.
-(pushnew :open-axiom-boot-complete *features*)
-
-
;; Below are some missing functions. There here for lack of better
;; place (sys-funs.lisp?)
;;