@ -185,6 +185,8 @@ ST_FUNC Sym *sym_find2(Sym *s, int v)
while(s){
if(s->v==v)
returns;
elseif(s->v==-1)
returnNULL;
s=s->prev;
}
returnNULL;
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.