Look at the next character to parse, but do not accept it. */
| 1850 | Look at the next character to parse, but do not accept it. |
| 1851 | */ |
| 1852 | unsigned char yyPeek() |
| 1853 | { |
| 1854 | return m_ptr[0]; |
| 1855 | } |
| 1856 | |
| 1857 | /** |
| 1858 | Look ahead at some character to parse. |
no outgoing calls
no test coverage detected