[mcclim-cvs] CVS mcclim/Lisp-Dep

dlichteblau dlichteblau at common-lisp.net
Sat Dec 1 12:59:51 UTC 2007


Update of /project/mcclim/cvsroot/mcclim/Lisp-Dep
In directory clnet:/tmp/cvs-serv5990

Modified Files:
	fix-sbcl.lisp 
Log Message:
Read fix-sbcl.lisp into CL-USER so that its fasl does not look for user
packages at load time (which might not exist anymore).


--- /project/mcclim/cvsroot/mcclim/Lisp-Dep/fix-sbcl.lisp	2005/09/22 11:40:29	1.10
+++ /project/mcclim/cvsroot/mcclim/Lisp-Dep/fix-sbcl.lisp	2007/12/01 12:59:51	1.11
@@ -1,3 +1,5 @@
+(in-package :cl-user)
+
 (eval-when (:compile-toplevel :execute)
   (when (find-package "SB-MOP")
     (pushnew :sb-mop *features*)))




More information about the Mcclim-cvs mailing list