Merge branch 'master' into pu/mp

This commit is contained in:
Jacek Jendrzej
2017-09-26 12:52:04 +02:00
52 changed files with 1130 additions and 892 deletions

View File

@@ -1455,6 +1455,7 @@ bool OurReader::readToken(Token& token) {
ok = readStringSingleQuote();
break;
} // else continue
/* is a break missing here? or is this correct? */
case '/':
token.type_ = tokenComment;
ok = readComment();