1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-03-10 08:58:16 +03:00

Removed last dependency on the obsolete enum xmlSchemaValidError.

* xmlschemas.c: Removed last dependency on the obsolete enum
  xmlSchemaValidError.
This commit is contained in:
Kasimier T. Buchcik 2006-01-03 10:51:59 +00:00
parent d0271473ab
commit dfbc33a1f0
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Tue Jan 3 11:49:54 CET 2006 Kasimier Buchcik <libxml2-cvs@cazic.ne>
* xmlschemas.c: Removed last dependency on the obsolete enum
xmlSchemaValidError.
Mon Jan 2 11:20:00 CET 2006 Daniel Veillard <daniel@veillard.com>
* xmlreader.c include/libxml/xmlreader.h xmlschemas.c: compilation

View File

@ -581,7 +581,7 @@ struct _xmlSchemaParserCtxt {
void *errCtxt; /* user specific error context */
xmlSchemaValidityErrorFunc error; /* the callback in case of errors */
xmlSchemaValidityWarningFunc warning; /* the callback in case of warning */
xmlSchemaValidError err;
int err;
int nberrors;
xmlStructuredErrorFunc serror;