[Expat-checkins] expat/lib expat.h,1.69,1.70

Fred L. Drake fdrake at users.sourceforge.net
Fri Jul 16 02:55:00 CEST 2004


Update of /cvsroot/expat/expat/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1850

Modified Files:
	expat.h 
Log Message:
add some comments about when various error codes were added


Index: expat.h
===================================================================
RCS file: /cvsroot/expat/expat/lib/expat.h,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -d -r1.69 -r1.70
--- expat.h	18 May 2004 13:50:13 -0000	1.69
+++ expat.h	16 Jul 2004 00:54:57 -0000	1.70
@@ -75,7 +75,9 @@
   XML_ERROR_ENTITY_DECLARED_IN_PE,
   XML_ERROR_FEATURE_REQUIRES_XML_DTD,
   XML_ERROR_CANT_CHANGE_FEATURE_ONCE_PARSING,
+  /* Added in 1.95.7. */
   XML_ERROR_UNBOUND_PREFIX,
+  /* Added in 1.95.8. */
   XML_ERROR_UNDECLARING_PREFIX,
   XML_ERROR_INCOMPLETE_PE,
   XML_ERROR_XML_DECL,



More information about the Expat-checkins mailing list