Fix parsing of assignment expressions without assignment operator.

This commit is contained in:
Ilmir Usmanov
2014-09-24 16:53:58 +04:00
parent 0a4616b65f
commit 05a2224faa
+4
View File
@@ -2024,6 +2024,10 @@ parse_assignment_expression (void)
}
default:
{
if (STACK_HEAD (U8, 1))
{
STACK_DROP (U16, 1);
}
lexer_save_token (TOK ());
goto cleanup;
}