diff options
Diffstat (limited to 'gcc/c-decl.c')
-rw-r--r-- | gcc/c-decl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-decl.c b/gcc/c-decl.c index b31686b..ac2089c 100644 --- a/gcc/c-decl.c +++ b/gcc/c-decl.c @@ -266,7 +266,7 @@ static GTY(()) struct c_scope *current_function_scope; static GTY(()) struct c_scope *global_scope; -/* Append VAR to LIST in scope SCOPE. */ \ +/* Append VAR to LIST in scope SCOPE. */ #define SCOPE_LIST_APPEND(scope, list, decl) do { \ struct c_scope *s_ = (scope); \ tree d_ = (decl); \ |