Skip to content
Snippets Groups Projects
Commit 2b71e8a9 authored by ram's avatar ram
Browse files

o.k., the actual problem was that hemlock was being purified w/o compressing

its environment.  I just deleted that purify.
parent 40963b97
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.55 1993/02/27 01:51:21 ram Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/tools/worldload.lisp,v 1.56 1993/02/27 02:13:04 ram Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -153,9 +153,6 @@ ...@@ -153,9 +153,6 @@
#-no-hemlock #-no-hemlock
(load "lisp:hemlock/hemlock-library") (load "lisp:hemlock/hemlock-library")
#-(and no-clx no-hemlock)
(purify :root-structures `(ed #-no-hemlock ,hi::*global-command-table*))
;;; PCL. ;;; PCL.
;;; ;;;
#-no-pcl (load "pcl:pclload") #-no-pcl (load "pcl:pclload")
...@@ -224,4 +221,5 @@ ...@@ -224,4 +221,5 @@
(gc-on) (gc-on)
;; ;;
;; Save the lisp. ;; Save the lisp.
(save-lisp "lisp.core")) (save-lisp "lisp.core" :root-structures
`(ed #-no-hemlock ,hi::*global-command-table*)))
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