Skip to content
Snippets Groups Projects
Commit 422e9b96 authored by wlott's avatar wlott
Browse files

Explicitly load inspect after pcl instead of implicitly as part of

clx-library.
parent 6300802a
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;; ;;;
(ext:file-comment (ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/worldload.lisp,v 1.49 1992/08/05 22:39:32 ram Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/worldload.lisp,v 1.50 1992/08/20 23:12:18 wlott Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -146,7 +146,7 @@ ...@@ -146,7 +146,7 @@
;;; PCL. ;;; PCL.
;;; ;;;
#-no-pcl (load "pcl:pclload") #-no-pcl (load "pcl:pclload")
#-(or no-pcl no-clx) (load "code:inspect")
;;; Don't include the search lists used for loading in the resultant core. ;;; Don't include the search lists used for loading in the resultant core.
;;; ;;;
......
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