Skip to content
Snippets Groups Projects
Commit 99a2e221 authored by hallgren's avatar hallgren
Browse files

Comment out (load "code:inspect") cause it isn't used and it has errors.

parent 9daadaf3
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.59 1993/07/05 01:06:35 wlott Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/worldload.lisp,v 1.60 1993/07/22 00:08:57 hallgren Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -156,7 +156,7 @@ ...@@ -156,7 +156,7 @@
;;; PCL. ;;; PCL.
;;; ;;;
#-no-pcl (load "pcl:pclload") #-no-pcl (load "pcl:pclload")
#+(and no-clm (not (or no-pcl no-clx))) (load "code:inspect") ; #+(and no-clm (not (or no-pcl no-clx))) (load "code:inspect")
;;; CLM. ;;; CLM.
;;; ;;;
......
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