[cxml-cvs] CVS update: cxml/runes/ystream.lisp

David Lichteblau dlichteblau at common-lisp.net
Thu Dec 29 00:31:36 UTC 2005


Update of /project/cxml/cvsroot/cxml/runes
In directory common-lisp.net:/tmp/cvs-serv7494/runes

Modified Files:
	ystream.lisp 
Log Message:
whitespace normalizer

Date: Thu Dec 29 01:31:34 2005
Author: dlichteblau

Index: cxml/runes/ystream.lisp
diff -u cxml/runes/ystream.lisp:1.1 cxml/runes/ystream.lisp:1.2
--- cxml/runes/ystream.lisp:1.1	Thu Dec 29 00:11:32 2005
+++ cxml/runes/ystream.lisp	Thu Dec 29 01:31:34 2005
@@ -223,6 +223,7 @@
 #+rune-is-integer
 (progn
   (defstruct (character-stream-ystream/utf8
+	      (:constructor make-character-stream-ystream/utf8 (os-stream))
 	      (:include %stream-ystream)
 	      (:conc-name "YSTREAM-")))
 




More information about the Cxml-cvs mailing list