зеркало из https://github.com/mozilla/pjs.git
Remove XML_DTD #define. Reviewed by Tao.
This commit is contained in:
Родитель
883427f419
Коммит
10263f61e7
|
@ -411,12 +411,6 @@ The new parser is completely independent and may safely be used in a separate th
|
|||
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
|
||||
XML_ExternalEntityParserCreate(XML_Parser parser,
|
||||
const XML_Char *context,
|
||||
|
|
|
@ -411,12 +411,6 @@ The new parser is completely independent and may safely be used in a separate th
|
|||
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
|
||||
XML_ExternalEntityParserCreate(XML_Parser parser,
|
||||
const XML_Char *context,
|
||||
|
|
Загрузка…
Ссылка в новой задаче