remove outdated comment

This commit is contained in:
matthias 2019-01-13 18:16:46 +01:00
parent de92fbee7e
commit 5010023428

View file

@ -1213,8 +1213,7 @@ ST_FUNC void tok_str_add_tok(TokenString *s)
tok_str_add2(s, tok, &tokc);
}
/* get a token from an integer array and increment pointer
accordingly. we code it as a macro to avoid pointer aliasing. */
/* get a token from an integer array and increment pointer. */
static inline void TOK_GET(int *t, const int **pp, CValue *cv)
{
const int *p = *pp;