*fixed a bug in '_core_do'
This commit is contained in:
parent
b00677973e
commit
856830fb0f
@ -5065,7 +5065,7 @@ int _core_do(mb_interpreter_t* s, void** l) {
|
|||||||
ast = ast->next;
|
ast = ast->next;
|
||||||
|
|
||||||
obj = (_object_t*)(ast->data);
|
obj = (_object_t*)(ast->data);
|
||||||
if(!_IS_EOS(obj->type)) {
|
if(!_IS_EOS(obj)) {
|
||||||
_handle_error_on_obj(s, SE_RN_SYNTAX, DON(ast), MB_FUNC_ERR, _exit, result);
|
_handle_error_on_obj(s, SE_RN_SYNTAX, DON(ast), MB_FUNC_ERR, _exit, result);
|
||||||
}
|
}
|
||||||
ast = ast->next;
|
ast = ast->next;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user