*comment...

This commit is contained in:
Wang Renxin 2017-05-08 21:09:41 +08:00
parent e21aad249b
commit e414dabf4d

View File

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