[GB.EVAL]
* BUG: Eval() correctly returns a value again. git-svn-id: svn://localhost/gambas/trunk@4112 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
parent
00716c0a9d
commit
ca5fb092df
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ bool EVAL_compile(EXPRESSION *expr, bool assign)
|
|||
if (!PATTERN_is_end(*EVAL->current))
|
||||
THROW(E_SYNTAX);
|
||||
|
||||
CODE_return(2);
|
||||
CODE_return(1);
|
||||
|
||||
EVAL->stack_usage = CODE_stack_usage;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue