Some compilers don't like C++ comments in C files. Changing to C comments.

git-svn-id: svn://10.0.0.236/trunk@77546 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dbaron%fas.harvard.edu
2000-08-30 01:35:07 +00:00
parent 5c0c08d9d3
commit 1cb4de803c
2 changed files with 4 additions and 4 deletions

View File

@@ -2392,7 +2392,7 @@ doProlog(XML_Parser parser,
attVal = poolStart(&dtd.pool);
poolFinish(&dtd.pool);
if (dtd.complete
// ID attributes aren't allowed to have a default
/* ID attributes aren't allowed to have a default */
&& !defineAttribute(declElementType, declAttributeId, declAttributeIsCdata, 0, attVal))
return XML_ERROR_NO_MEMORY;
break;
@@ -2407,7 +2407,7 @@ doProlog(XML_Parser parser,
declEntity->textLen = poolLength(&dtd.pool);
poolFinish(&dtd.pool);
if (internalParsedEntityDeclHandler
// Check it's not a parameter entity
/* Check it's not a parameter entity */
&& ((ENTITY *)lookup(&dtd.generalEntities, declEntity->name, 0)
== declEntity)) {
*eventEndPP = s;