mirror of
git://repo.or.cz/tinycc.git
synced 2026-06-23 05:14:19 +08:00
remove outdated comment
This commit is contained in:
parent
de92fbee7e
commit
5010023428
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…
Reference in New Issue
Block a user