diff --git a/tools/pclcom.lisp b/tools/pclcom.lisp index db9cd4a9fb3d10e970121ee52d280eddbbc23c73..c3d8280c900c074abc29a13c4fe572fb75cadaf5 100644 --- a/tools/pclcom.lisp +++ b/tools/pclcom.lisp @@ -2,8 +2,12 @@ (in-package "USER") (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) ;; ;; Undefine all generic functions exported from Lisp so that bootstrapping