From 6143619cf24646a5fd3d87b56efaba6c7fe933bc Mon Sep 17 00:00:00 2001 From: "Fred L. Drake, Jr." Date: Thu, 22 Aug 2002 21:58:11 +0000 Subject: [PATCH] Elaborate a comment slightly. --- expat/lib/xmlparse.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/expat/lib/xmlparse.c b/expat/lib/xmlparse.c index f200c15f..ab4a8fff 100644 --- a/expat/lib/xmlparse.c +++ b/expat/lib/xmlparse.c @@ -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 -- 2.40.0