remove outdated comment
This commit is contained in:
parent
de92fbee7e
commit
5010023428
1 changed files with 1 additions and 2 deletions
3
tccpp.c
3
tccpp.c
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue