Update of /project/mcclim/cvsroot/mcclim/Lisp-Dep In directory common-lisp.net:/tmp/cvs-serv10205/Lisp-Dep
Modified Files: fix-sbcl.lisp Log Message: Remove clim-listener:run-listener-process, since it's not used anymore.
Also update comment in fix-sbcl
Date: Thu Sep 22 13:40:29 2005 Author: rschlatte
Index: mcclim/Lisp-Dep/fix-sbcl.lisp diff -u mcclim/Lisp-Dep/fix-sbcl.lisp:1.9 mcclim/Lisp-Dep/fix-sbcl.lisp:1.10 --- mcclim/Lisp-Dep/fix-sbcl.lisp:1.9 Fri Aug 19 23:34:43 2005 +++ mcclim/Lisp-Dep/fix-sbcl.lisp Thu Sep 22 13:40:29 2005 @@ -19,10 +19,9 @@ (export sym :clim-mop))))
-;;; In SBCL the Common Lisp versions of CLASS-OF and FIND-CLASS return -;;; wrappers which the MOP can't grok, so use the PCL versions -;;; instead. - +;;; In SBCL the Common Lisp versions of CLASS-OF and FIND-CLASS used +;;; to return wrappers which the MOP couldn't grok. This has been fixed +;;; for some time, certainly in sbcl 0.9.4. #+nil (eval-when (:compile-toplevel :load-toplevel :execute) (flet ((reexport (symbols)