*comment...
This commit is contained in:
parent
e21aad249b
commit
e414dabf4d
@ -11449,7 +11449,7 @@ int mb_close_forked(struct mb_interpreter_t** s) {
|
|||||||
#endif /* _MULTILINE_STATEMENT */
|
#endif /* _MULTILINE_STATEMENT */
|
||||||
|
|
||||||
src = *s;
|
src = *s;
|
||||||
while(mb_get_forked_from(src, &src) == MB_FUNC_OK) { }
|
while(mb_get_forked_from(src, &src) == MB_FUNC_OK) { /* Do nothing */ }
|
||||||
if(!src->valid)
|
if(!src->valid)
|
||||||
(*s)->running_context = (*s)->forked_context;
|
(*s)->running_context = (*s)->forked_context;
|
||||||
(*s)->running_context->prev = 0;
|
(*s)->running_context->prev = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user