mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-07 14:09:26 +00:00
Elaborate a comment slightly.
This commit is contained in:
parent
4b551b1b96
commit
6143619cf2
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue