Add comment about open variable

This commit is contained in:
James Clark 1999-06-02 10:45:52 +00:00
parent 0f5256c936
commit 51f81e81ad

View file

@ -1391,7 +1391,7 @@ int PREFIX(getAtts)(const ENCODING *enc, const char *ptr,
{
enum { other, inName, inValue } state = inName;
int nAtts = 0;
int open;
int open; /* defined when state == inValue */
for (ptr += MINBPC(enc);; ptr += MINBPC(enc)) {
switch (BYTE_TYPE(enc, ptr)) {