Skip to content
Snippets Groups Projects
Commit 33533627 authored by dtc's avatar dtc
Browse files

Re-load the lisp:documentation functions when build PCL with PCL

loaded.
parent 1ae67c59
No related branches found
No related tags found
No related merge requests found
...@@ -2,8 +2,12 @@ ...@@ -2,8 +2,12 @@
(in-package "USER") (in-package "USER")
(when (find-package "PCL") (when (find-package "PCL")
;; Load the lisp:documentation functions.
(load "target:code/misc")
;; ;;
;; Blow away make-instance optimizer so that it doesn't confuse bootstrapping. ;; Blow away make-instance optimizer so that it doesn't confuse
;; bootstrapping.
(setf (compiler-macro-function 'make-instance) nil) (setf (compiler-macro-function 'make-instance) nil)
;; ;;
;; Undefine all generic functions exported from Lisp so that bootstrapping ;; Undefine all generic functions exported from Lisp so that bootstrapping
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment