aboutsummaryrefslogtreecommitdiffstats
path: root/parser.h
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>1999-10-08 09:40:39 +0000
committerDaniel Veillard <veillard@src.gnome.org>1999-10-08 09:40:39 +0000
commit00fdf370d37d016629b8e27326eab426c6bcb2ee (patch)
treee6bc2cfcae5e3212d35bcb37496023ed56431295 /parser.h
parent539195b40d5a66beeebea1ba870b6e6a588bee48 (diff)
downloadandroid_external_libxml2-00fdf370d37d016629b8e27326eab426c6bcb2ee.tar.gz
android_external_libxml2-00fdf370d37d016629b8e27326eab426c6bcb2ee.tar.bz2
android_external_libxml2-00fdf370d37d016629b8e27326eab426c6bcb2ee.zip
Improvement of doc, Raph patch for CORBA init, support for spaces in XPath, Daniel
Diffstat (limited to 'parser.h')
-rw-r--r--parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/parser.h b/parser.h
index bc2ac944..397be047 100644
--- a/parser.h
+++ b/parser.h
@@ -78,7 +78,7 @@ typedef xmlParserNodeInfoSeq *xmlParserNodeInfoSeqPtr;
* The parser is not a state based parser, but we need to maintain
* minimum state informations, especially for entities processing.
*/
-typedef enum xmlParserInputState {
+typedef enum {
XML_PARSER_EOF = 0,
XML_PARSER_PROLOG,
XML_PARSER_CONTENT,