[Expat-checkins] expat/amiga/include/libraries expat.h,1.1,1.2
Steven Solie
ssolie at users.sourceforge.net
Fri Dec 30 05:19:09 CET 2005
Update of /cvsroot/expat/expat/amiga/include/libraries
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8317
Modified Files:
expat.h
Log Message:
Added 2.0 definitions and bumped version
Index: expat.h
===================================================================
RCS file: /cvsroot/expat/expat/amiga/include/libraries/expat.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- expat.h 24 Dec 2005 06:45:36 -0000 1.1
+++ expat.h 30 Dec 2005 04:19:05 -0000 1.2
@@ -50,6 +50,8 @@
typedef char XML_Char;
typedef char XML_LChar;
+typedef long XML_Index;
+typedef unsigned long XML_Size;
struct XML_ParserStruct;
typedef struct XML_ParserStruct *XML_Parser;
@@ -105,7 +107,10 @@
XML_ERROR_NOT_SUSPENDED,
XML_ERROR_ABORTED,
XML_ERROR_FINISHED,
- XML_ERROR_SUSPEND_PE
+ XML_ERROR_SUSPEND_PE,
+ XML_ERROR_RESERVED_PREFIX_XML,
+ XML_ERROR_RESERVED_PREFIX_XMLNS,
+ XML_ERROR_RESERVED_NAMESPACE_URI
};
enum XML_Content_Type {
@@ -535,9 +540,9 @@
XML_GetFeatureList(void);
-#define XML_MAJOR_VERSION 1
-#define XML_MINOR_VERSION 95
-#define XML_MICRO_VERSION 8
+#define XML_MAJOR_VERSION 2
+#define XML_MINOR_VERSION 0
+#define XML_MICRO_VERSION 0
/****************************************************************************/
More information about the Expat-checkins
mailing list