[closure-cvs] CVS closure

dlichteblau dlichteblau at common-lisp.net
Sun Dec 31 12:35:18 UTC 2006


Update of /project/closure/cvsroot/closure
In directory clnet:/tmp/cvs-serv2129

Modified Files:
	closure.asd 
Log Message:
Don't export gray stream symbols from glisp.  Use a normal defpackage
for glisp.  (I was planning to switch closure to the trivial-gray-streams
package instead, but couldn't find any actual gray streams usage.)


--- /project/closure/cvsroot/closure/closure.asd	2006/12/29 21:29:22	1.8
+++ /project/closure/cvsroot/closure/closure.asd	2006/12/31 12:35:18	1.9
@@ -60,7 +60,10 @@
 			       (make-pathname :name nil :type nil
 					      :defaults *load-truename*))
     :default-component-class closure-source-file
-    :depends-on (:cxml :mcclim #+sbcl :sb-bsd-sockets)
+    :depends-on (:cxml :mcclim
+		       ;; uncomment this if we actually need gray streams:
+		       ;; :trivial-gray-streams
+		       #+sbcl :sb-bsd-sockets)
     :components
     ((:file dependent
 	    :pathname




More information about the Closure-cvs mailing list