Adjust the starting position of the current token. This is used to compensate for starting whitespace. */
| 1981 | This is used to compensate for starting whitespace. |
| 1982 | */ |
| 1983 | void restart_token() |
| 1984 | { |
| 1985 | m_tok_start= m_ptr; |
| 1986 | m_cpp_tok_start= m_cpp_ptr; |
| 1987 | } |
| 1988 | |
| 1989 | /** Get the token start position, in the raw buffer. */ |
| 1990 | const char *get_tok_start() |