#if !defined TCC_TARGET_X86_64 || defined TCC_TARGET_PE
t=(t&~VT_BTYPE)|VT_INT;
#else
t=(t&~VT_BTYPE)|VT_LLONG;
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.