Fix for AIX and HP-UX and probably other Unix variants.

git-svn-id: svn://10.0.0.236/trunk@38769 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
briano%netscape.com
1999-07-08 03:06:59 +00:00
parent 747dde8894
commit 112a613420
2 changed files with 4 additions and 0 deletions

View File

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

View File

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