[cxml-cvs] CVS cxml/xml

dlichteblau dlichteblau at common-lisp.net
Sat Jun 16 10:02:44 UTC 2007


Update of /project/cxml/cvsroot/cxml/xml
In directory clnet:/tmp/cvs-serv2346

Modified Files:
	unparse.lisp 
Log Message:
DTC patch-rune
o make-string-sink/utf8, make-character-stream-sink/utf8: these functions
  are not needed when compiling with the :rune-is-character feature.


--- /project/cxml/cvsroot/cxml/xml/unparse.lisp	2007/06/16 09:42:06	1.14
+++ /project/cxml/cvsroot/cxml/xml/unparse.lisp	2007/06/16 10:02:43	1.15
@@ -110,10 +110,10 @@
   #+rune-is-character
   (define-maker make-character-stream-sink make-character-stream-ystream stream)
 
-  ;; #-rune-is-character
+  #-rune-is-character
   (define-maker make-string-sink/utf8 make-string-ystream/utf8)
 
-  ;; #-rune-is-character
+  #-rune-is-character
   (define-maker make-character-stream-sink/utf8
       make-character-stream-ystream/utf8
     stream))




More information about the Cxml-cvs mailing list