--- embedaddon/libxml2/xmlregexp.c 2012/02/21 23:37:58 1.1.1.1 +++ embedaddon/libxml2/xmlregexp.c 2013/07/22 01:22:22 1.1.1.2 @@ -44,6 +44,9 @@ #define MAX_PUSH 10000000 +#ifdef ERROR +#undef ERROR +#endif #define ERROR(str) \ ctxt->error = XML_REGEXP_COMPILE_ERROR; \ xmlRegexpErrCompile(ctxt, str);