From 5010023428703eb5c8710a0127aa1283b32559ef Mon Sep 17 00:00:00 2001 From: matthias Date: Sun, 13 Jan 2019 18:16:46 +0100 Subject: [PATCH] remove outdated comment --- tccpp.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tccpp.c b/tccpp.c index b442a241..9d1d1af5 100644 --- a/tccpp.c +++ b/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; -- 2.11.4.GIT