mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-29 11:41:22 +03:00
undef ERROR if already defined
This commit is contained in:
committed by
Daniel Veillard
parent
b91111b475
commit
204f1f144c
@ -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);
|
||||
|
Reference in New Issue
Block a user