summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2003-10-11 11:26:42 +0000
committerDaniel Veillard <veillard@src.gnome.org>2003-10-11 11:26:42 +0000
commit73000574ac208f34eb59c9da1abdc5490be3a4c1 (patch)
tree340616be47a689cad8b687cdaa496d097a1c3d14 /include
parent9bcc7c5a8e75ba3ad135e1e4ca58202ff08e309b (diff)
downloadlibxml2-73000574ac208f34eb59c9da1abdc5490be3a4c1.tar.gz
adding an serror field to the validation context breaks the ABI for the
* valid.c include/libxml/valid.h: adding an serror field to the validation context breaks the ABI for the xmlParserCtxt structure since it's embedded by content and not by reference Daniel
Diffstat (limited to 'include')
-rw-r--r--include/libxml/valid.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/libxml/valid.h b/include/libxml/valid.h
index 07b4f8f0..cfef83f7 100644
--- a/include/libxml/valid.h
+++ b/include/libxml/valid.h
@@ -87,8 +87,6 @@ struct _xmlValidCtxt {
void *am;
void *state;
#endif
-
- xmlStructuredErrorFunc serror; /* structured error reporting capability */
};
/*