299
294
/* make a copy of token before ptr and set yytoklen */
303
298
lip->yyUnget(); // ptr points now after last token char
304
299
tmp.length=lip->yytoklen=length;
305
300
tmp.str= lip->m_session->mem.strmake(lip->get_tok_start() + skip, tmp.length);