return us ? TOKEN_UINT32_CONSTANT : TOKEN_INT32_CONSTANT;
else if (us) {
// u suffix only
if (yylval.intVal <= 0xfffffffL)
if (yylval.intVal <= 0xffffffffL)
return TOKEN_UINT32_CONSTANT;
else
return TOKEN_UINT64_CONSTANT;
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.