Turn on XML_DTD manually.

git-svn-id: svn://10.0.0.236/trunk@38574 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
tao%netscape.com
1999-07-07 03:13:58 +00:00
parent 38ca33a4fb
commit 9e02e844a8
4 changed files with 4 additions and 4 deletions

View File

@@ -411,7 +411,7 @@ 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 0
#if 1
#define XML_DTD
#endif /* 0 */

View File

@@ -108,7 +108,7 @@ extern "C" {
for a name with a colon. */
#define XML_TOK_PREFIXED_NAME 41
#if 0
#if 1
#define XML_DTD
#endif /* 0 */

View File

@@ -411,7 +411,7 @@ 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 0
#if 1
#define XML_DTD
#endif /* 0 */

View File

@@ -108,7 +108,7 @@ extern "C" {
for a name with a colon. */
#define XML_TOK_PREFIXED_NAME 41
#if 0
#if 1
#define XML_DTD
#endif /* 0 */