@ -1059,6 +1059,9 @@ static Sym *sym_push2(Sym **ps, int v, int t, long c)
s=sym_malloc();
s->v=v;
s->type.t=t;
#ifdef _WIN64
s->d=NULL;
#endif
s->c=c;
s->next=NULL;
/* add in stack */
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.