@@ -308,7 +308,7 @@ void js_rot(js_State *J, int n)
{
inti;
js_Valuetmp=STACK[TOP-1];
for(i=1;i<=n;++i)
for(i=1;i<n;++i)
STACK[TOP-i]=STACK[TOP-i-1];
STACK[TOP-i]=tmp;
}
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.