PIFile::skip() method and PIFile::isEnd() fix for read-only
This commit is contained in:
@@ -358,10 +358,6 @@ void writeModel(PICodeParser & parser, PICLI & cli, const PIString out, bool met
|
||||
.removeAll(' ')
|
||||
.toUpperCase()
|
||||
+ "_H";
|
||||
bool inc_h, inc_cpp;
|
||||
inc_h = streams || texts;
|
||||
inc_cpp = !inc_h && getters;
|
||||
|
||||
PISet<PIString> inc_files;
|
||||
piForeachC (PICodeParser::Entity * e, parser.entities)
|
||||
if (e->name.find("::") < 0 && !e->name.startsWith("_PI"))
|
||||
|
||||
Reference in New Issue
Block a user