[cxml-cvs] CVS update: cxml/xml/unparse.lisp

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


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

Modified Files:
	unparse.lisp 
Log Message:
sb-unicode backport

Date: Thu Dec 29 01:38:01 2005
Author: dlichteblau

Index: cxml/xml/unparse.lisp
diff -u cxml/xml/unparse.lisp:1.6 cxml/xml/unparse.lisp:1.7
--- cxml/xml/unparse.lisp:1.6	Thu Dec 29 00:11:48 2005
+++ cxml/xml/unparse.lisp	Thu Dec 29 01:38:00 2005
@@ -108,7 +108,7 @@
   (define-maker make-rod-sink make-rod-ystream)
 
   #+rune-is-character
-  (define-maker make-character-stream-sink make-character-ystream stream)
+  (define-maker make-character-stream-sink make-character-stream-ystream stream)
 
   #-rune-is-character
   (define-maker make-string-sink/utf8 make-string-ystream/utf8)




More information about the Cxml-cvs mailing list