Fix compile.
Change-Id: Iee1280462bec296de1ff2f7572cfc98035195235 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
This commit is contained in:
parent
bbc36ebbc3
commit
6ecf0f00dd
|
@ -1418,7 +1418,7 @@ bool Codegen::visit(FunctionExpression *ast)
|
|||
V4IR::Expr *Codegen::identifier(const QString &name, int line, int col)
|
||||
{
|
||||
if (hasError)
|
||||
return false;
|
||||
return 0;
|
||||
|
||||
uint scope = 0;
|
||||
Environment *e = _env;
|
||||
|
|
Loading…
Reference in New Issue