Update comment.
authorChristoph Mallon <christoph.mallon@gmx.de>
Tue, 2 Dec 2008 15:03:45 +0000 (15:03 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Tue, 2 Dec 2008 15:03:45 +0000 (15:03 +0000)
[r24226]

parser.c

index 27451be..593f253 100644 (file)
--- a/parser.c
+++ b/parser.c
@@ -10727,7 +10727,7 @@ static statement_t *parse_compound_statement(bool inside_expression_statement)
        eat('{');
        add_anchor_token('}');
        /* tokens, which can start a statement */
-       /* TODO C++, MS, __builtin_FOO */
+       /* TODO MS, __builtin_FOO */
        add_anchor_token('!');
        add_anchor_token('&');
        add_anchor_token('(');