git-svn-id: svn://db.shs.com.ru/pip@586 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5

This commit is contained in:
2017-12-22 14:49:04 +00:00
parent 50be539140
commit 39d35731a1
6 changed files with 10 additions and 10 deletions

View File

@@ -846,7 +846,7 @@ PIString PICodeParser::procMacros(PIString fc) {
nfc.clear();
} else {
if (!parseDirective(line.cutLeft(1).trim()))
;//return false; /// WARNING
;//return false; /// WARNING: now skip errors
}
} else {
if (grab) nfc << line << "\n";