aboutsummaryrefslogtreecommitdiffstats
path: root/parser.h
diff options
context:
space:
mode:
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,