mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-10 07:26:40 -04:00
Remove *PCL-PACKAGE* from image; not needed after compile-time
This commit is contained in:
parent
6f1cdbb7a6
commit
69c84f927d
|
|
@ -24,3 +24,7 @@
|
|||
(in-package "SB-PCL")
|
||||
|
||||
(precompile-random-code-segments pcl)
|
||||
|
||||
(defun !unintern-symbols ()
|
||||
'("SB-PCL"
|
||||
*pcl-package*))
|
||||
|
|
|
|||
Loading…
Reference in a new issue