@@ -131,11 +131,11 @@ * as soon as it finds something, thus suitable for streams as well. */ @interface OFXMLParser: OFObject { id _delegate; - enum { + enum of_xml_parser_state { OF_XMLPARSER_IN_BYTE_ORDER_MARK, OF_XMLPARSER_OUTSIDE_TAG, OF_XMLPARSER_TAG_OPENED, OF_XMLPARSER_IN_PROCESSING_INSTRUCTIONS, OF_XMLPARSER_IN_TAG_NAME,