Fix compile.

Change-Id: Iee1280462bec296de1ff2f7572cfc98035195235
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
This commit is contained in:
BogDan Vatra 2013-11-01 08:46:32 +02:00 committed by The Qt Project
parent bbc36ebbc3
commit 6ecf0f00dd
1 changed files with 1 additions and 1 deletions

View File

@ -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;