Fix semicolon check after variable declaration list.

JerryScript-DCO-1.0-Signed-off-by: Andrey Shitov a.shitov@samsung.com
This commit is contained in:
Andrey Shitov
2015-08-11 10:03:36 +03:00
parent 95c1c223e8
commit d6ad1c467e
3 changed files with 6 additions and 2 deletions
+4
View File
@@ -2684,6 +2684,10 @@ parse_statement (jsp_label_t *outermost_stmt_label_p) /**< outermost (first) lab
{
skip_newlines ();
}
else
{
insert_semicolon ();
}
return;
}
if (is_keyword (KW_FUNCTION))