@@ -169,6 +169,9 @@ stack_extend_alloc(mrb_state *mrb, int room, int keep)
staticinlinevoid
stack_extend(mrb_state*mrb,introom,intkeep)
{
if(room<keep){
room=keep;
}
if(mrb->c->stack+room>=mrb->c->stend){
stack_extend_alloc(mrb,room,keep);
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.