aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pattern.c3
-rw-r--r--xmlregexp.c3
2 files changed, 6 insertions, 0 deletions
diff --git a/pattern.c b/pattern.c
index 8cd69ae9..1570001c 100644
--- a/pattern.c
+++ b/pattern.c
@@ -39,6 +39,9 @@
/* #define DEBUG_STREAMING */
+#ifdef ERROR
+#undef ERROR
+#endif
#define ERROR(a, b, c, d)
#define ERROR5(a, b, c, d, e)
diff --git a/xmlregexp.c b/xmlregexp.c
index aaff33e7..8a8be983 100644
--- a/xmlregexp.c
+++ b/xmlregexp.c
@@ -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);