[cxml-cvs] CVS cxml/runes
dlichteblau
dlichteblau at common-lisp.net
Sat Jun 30 21:22:24 UTC 2007
Update of /project/cxml/cvsroot/cxml/runes
In directory clnet:/tmp/cvs-serv3499
Modified Files:
package.lisp
Log Message:
need to :use trivial-gray-streams to fix the previous ci
--- /project/cxml/cvsroot/cxml/runes/package.lisp 2007/06/16 11:27:19 1.8
+++ /project/cxml/cvsroot/cxml/runes/package.lisp 2007/06/30 21:22:24 1.9
@@ -9,7 +9,7 @@
(in-package :cl-user)
(defpackage :runes
- (:use :cl)
+ (:use :cl #-scl :trivial-gray-streams)
(:export #:definline
;; runes.lisp
More information about the Cxml-cvs
mailing list