Remove XML_DTD #define. Reviewed by Tao.

git-svn-id: svn://10.0.0.236/trunk@38773 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
nisheeth%netscape.com
1999-07-08 03:21:33 +00:00
parent 4f2d7b3282
commit 32d7c67c36
2 changed files with 0 additions and 12 deletions

View File

@@ -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,

View File

@@ -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,