
29 Dec
2005
29 Dec
'05
12:38 a.m.
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)