33 #include "../base/ver.h"
37 #include "../base/str.h"
40 #ifndef CHECK_INCLUDED
41 #include "../base/check.h"
92 bool tok_valid(
tok_t tok);
105 inline bool tok_is_err(
tok_t tok)
107 return (tok == TOK_ILLEGAL_CHAR ||
108 tok == TOK_MISSINGQ ||
109 tok == TOK_NOSPACE ||
110 tok == TOK_INT_OVERFLOW ||
111 tok == TOK_BAD_ESCAPE_SEQ);
const char * str_t
Definition: str.h:41
tok_enum
Definition: tok.h:56