*fixed a processing bug with the elseif statement.

This commit is contained in:
Wang Renxin 2017-02-08 16:33:56 +08:00
parent 1911641d55
commit 6919e52cfb
3 changed files with 5 additions and 0 deletions

View File

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

View File

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