Elaborate a comment slightly.

This commit is contained in:
Fred L. Drake, Jr. 2002-08-22 21:58:11 +00:00
parent 4b551b1b96
commit 6143619cf2

View file

@ -228,7 +228,8 @@ typedef struct {
XML_Bool keepProcessing;
/* indicates if external PE has been read */
XML_Bool paramEntityRead;
/* true once an internal or external PE reference has been encountered */
/* true once an internal or external PE reference has been encountered;
any external subset is considered an external PE reference */
XML_Bool hasParamEntityRefs;
XML_Bool standalone;
#ifdef XML_DTD