summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-09-10 14:40:43 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-09-10 14:40:43 +0000
commit7a51d6df13c7c9356b477c306bd6dd91c7e83c9e (patch)
treeea15a14886eb6fe55345b34e25a7f4086b77b742 /include
parent05c13a20b9ac8153adb9158359e2aa09bfe965d0 (diff)
downloadlibxml2-7a51d6df13c7c9356b477c306bd6dd91c7e83c9e.tar.gz
fixing bug 59732, simple but allocates a new error code. Daniel
* include/libxml/xmlerror.h SAX.c: fixing bug 59732, simple but allocates a new error code. Daniel
Diffstat (limited to 'include')
-rw-r--r--include/libxml/xmlerror.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/libxml/xmlerror.h b/include/libxml/xmlerror.h
index 88daeff9..5b437349 100644
--- a/include/libxml/xmlerror.h
+++ b/include/libxml/xmlerror.h
@@ -133,7 +133,8 @@ typedef enum {
XML_ERR_ENTITY_BOUNDARY, /* 90 */
XML_ERR_INVALID_URI, /* 91 */
XML_ERR_URI_FRAGMENT, /* 92 */
- XML_WAR_CATALOG_PI /* 93 */
+ XML_WAR_CATALOG_PI, /* 93 */
+ XML_ERR_NO_DTD /* 94 */
}xmlParserErrors;
/*