[mcclim-cvs] CVS mcclim/Lisp-Dep
afuchs
afuchs at common-lisp.net
Sat Oct 28 17:11:35 UTC 2006
Update of /project/mcclim/cvsroot/mcclim/Lisp-Dep
In directory clnet:/tmp/cvs-serv22716/Lisp-Dep
Modified Files:
fix-scl.lisp
Log Message:
Commit Douglas Crosher's non-symbol case fixes:
* defsystem :clouseau: avoid pathname directory namestrings in file component names;
reworking to be more portable.
* defsystem :clim-examples: add the stopwatch example.
* Update support for the Scieneer CL.
--- /project/mcclim/cvsroot/mcclim/Lisp-Dep/fix-scl.lisp 2006/03/15 22:56:55 1.1
+++ /project/mcclim/cvsroot/mcclim/Lisp-Dep/fix-scl.lisp 2006/10/28 17:11:32 1.2
@@ -128,14 +128,12 @@
(defpackage :clim-mop
- (:use :common-lisp :clos))
+ (:use :clos))
(eval-when (:compile-toplevel :load-toplevel :execute)
(loop for sym being the symbols of :clim-mop
do (export sym :clim-mop)))
-(in-package :clim-mop)
-
(eval-when (:compile-toplevel :load-toplevel :execute)
(export '(clim-lisp-patch::defconstant
clim-lisp-patch::defclass)
More information about the Mcclim-cvs
mailing list