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

David Lichteblau dlichteblau at common-lisp.net
Sat Dec 17 22:43:19 UTC 2005


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

Modified Files:
	xml-parse.lisp 
Log Message:
fixed octet-input-stream
Date: Sat Dec 17 23:43:17 2005
Author: dlichteblau

Index: cxml/xml/xml-parse.lisp
diff -u cxml/xml/xml-parse.lisp:1.53 cxml/xml/xml-parse.lisp:1.54
--- cxml/xml/xml-parse.lisp:1.53	Mon Dec  5 00:20:27 2005
+++ cxml/xml/xml-parse.lisp	Sat Dec 17 23:43:17 2005
@@ -3033,7 +3033,7 @@
   (make-rod-xstream (string-rod string)))
 
 (defclass octet-input-stream
-    (trivial-gray-stream fundamental-binary-input-stream)
+    (trivial-gray-stream-mixin fundamental-binary-input-stream)
     ((octets :initarg :octets)
      (pos :initform 0)))
 




More information about the Cxml-cvs mailing list