diff --git a/mozilla/expat/xmlparse/xmlparse.h b/mozilla/expat/xmlparse/xmlparse.h index 589fe366f69..f5dfdbec5ad 100644 --- a/mozilla/expat/xmlparse/xmlparse.h +++ b/mozilla/expat/xmlparse/xmlparse.h @@ -412,7 +412,9 @@ The handlers and userData are initialized from the parser argument. Returns 0 if out of memory. Otherwise returns a new XML_Parser object. */ #if 1 +#ifndef XML_DTD #define XML_DTD +#endif #endif /* 0 */ XML_Parser XMLPARSEAPI diff --git a/mozilla/parser/expat/lib/xmlparse.h b/mozilla/parser/expat/lib/xmlparse.h index 589fe366f69..f5dfdbec5ad 100644 --- a/mozilla/parser/expat/lib/xmlparse.h +++ b/mozilla/parser/expat/lib/xmlparse.h @@ -412,7 +412,9 @@ The handlers and userData are initialized from the parser argument. Returns 0 if out of memory. Otherwise returns a new XML_Parser object. */ #if 1 +#ifndef XML_DTD #define XML_DTD +#endif #endif /* 0 */ XML_Parser XMLPARSEAPI