curtok=NUM;/* make sure --x=7 is flagged as an error */
readtok();
}
#if 0
else if (curtok == MINUS)
{
readtok ();
val = - exp0 ();
}
else if (curtok == PLUS)
{
readtok ();
val = exp0 ();
}
#endif
elseif(curtok==LPAR)
{
readtok();
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.