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

David Lichteblau dlichteblau at common-lisp.net
Sun Dec 4 21:15:43 UTC 2005


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

Modified Files:
	xml-parse.lisp 
Log Message:
noch ne runde dom-fixes

Date: Sun Dec  4 22:15:42 2005
Author: dlichteblau

Index: cxml/xml/xml-parse.lisp
diff -u cxml/xml/xml-parse.lisp:1.50 cxml/xml/xml-parse.lisp:1.51
--- cxml/xml/xml-parse.lisp:1.50	Sun Dec  4 19:44:06 2005
+++ cxml/xml/xml-parse.lisp	Sun Dec  4 22:15:38 2005
@@ -181,7 +181,7 @@
 
 ;;; parser context
 
-(defvar *ctx*)
+(defvar *ctx* nil)
 
 (defstruct (context (:conc-name nil))
   handler




More information about the Cxml-cvs mailing list