git-svn-id: svn://db.shs.com.ru/pip@293 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
@@ -412,6 +412,9 @@ bool PICodeParser::parseEnum(const PIString & name, PIString fc) {
|
||||
if (ind < 0) ++cv;
|
||||
e.members << Enumerator(vn.trim(), cv);
|
||||
}
|
||||
if (!e.members.isEmpty())
|
||||
if (e.members.back().first.isEmpty())
|
||||
e.members.pop_back();
|
||||
enums << e;
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user