tok_LONGNUM
return (P - orig_p > 2) ? tok_LONGNUM : tok_NUM;
%token <val> tok_NUM tok_LONGNUM tok_OVERFLOW
posnum: tok_NUM | tok_LONGNUM ;