Parse away the semicolon after an assignment

This commit is contained in:
Wolfgang Bumiller 2012-07-19 19:52:44 +02:00
parent 02b4c7b7c1
commit 532aaba87d

View file

@ -240,6 +240,8 @@ bool parser_do(parser_t *parser)
return false;
}
(void)parser_next(parser);
return true;
}
else if (parser->tok == TOKEN_KEYWORD)