Liberty file parser now accepts superfluous ;

This commit is contained in:
Niels Moseley 2019-03-27 15:17:58 +01:00
parent ee130f67cd
commit 263ab60b43
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ LibertyAst *LibertyParser::parse()
int tok = lexer(str);
// there are liberty files in the while that
// there are liberty files in the wild that
// have superfluous ';' at the end of
// a { ... }. We simply ignore a ';' here.
// and get to the next statement.