Brad King f0ab852000 COMP: Fix build with system-installed expat 2.0.1
In cmXMLParser::ReportXmlParseError we were accidentally passing a value
of type 'XML_Parser*' to expat methods instead of 'XML_Parser'.  It was
not caught because XML_Parser was just 'void*' in the cmexpat version.
Newer system-installed expat versions catch the error because XML_Parser
is now a pointer to a real type.  This correct the type.
2009-06-11 09:03:56 -04:00
..
2009-06-11 00:01:03 -04:00
2009-04-19 12:48:30 -04:00
2009-04-19 12:48:30 -04:00
2007-07-27 10:55:24 -04:00
2007-07-27 10:55:24 -04:00
2007-03-05 10:36:06 -05:00
2007-09-24 11:16:13 -04:00
2007-07-27 10:55:24 -04:00
2007-03-05 10:36:06 -05:00
2008-10-03 08:16:37 -04:00
2007-07-20 08:36:16 -04:00
2009-02-16 13:56:04 -05:00
2008-05-20 12:15:40 -04:00
2009-01-23 12:20:09 -05:00
2008-08-25 10:31:29 -04:00
2008-08-25 10:31:29 -04:00
2008-08-25 10:31:29 -04:00
2009-05-07 18:22:54 -04:00