Changeset 39 for trunk/include/expat
- Timestamp:
- Feb 23, 2001, 7:50:07 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/expat/expat.h
r38 r39 624 624 enum XML_ParamEntityParsing parsing); 625 625 626 #define ERROR_EXPAT_NONE 0 // explicitly added V0.9.9 (2001-02-14) [umoeller]627 628 626 #define ERROR_XML_FIRST 40000 // first error code used 629 627 630 628 typedef enum _XMLERROR 631 629 { 630 ERROR_EXPAT_NONE = 0, 632 631 // ERROR_EXPAT_NONE, // removed to adhere with APIRET V0.9.9 (2001-02-14) [umoeller] 633 632 ERROR_EXPAT_NO_MEMORY = ERROR_XML_FIRST,
Note:
See TracChangeset
for help on using the changeset viewer.