*fixed a processing bug with the elseif
statement.
This commit is contained in:
parent
1911641d55
commit
6919e52cfb
3
HISTORY
3
HISTORY
@ -1,3 +1,6 @@
|
||||
Feb. 8 2017
|
||||
Fixed a processing bug with the ELSEIF statement
|
||||
|
||||
Feb. 3 2017
|
||||
Added a replacement real number formatting function
|
||||
Added a replacement function of strtod on the wiki page, thanks to Paul Johnson for providing the code
|
||||
|
@ -13885,6 +13885,8 @@ _elseif:
|
||||
|
||||
break;
|
||||
}
|
||||
if(multi_line && ast && _IS_FUNC(ast->data, _core_elseif))
|
||||
break;
|
||||
result = _execute_statement(s, &ast, true);
|
||||
if(result != MB_FUNC_OK)
|
||||
goto _exit;
|
||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user