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 1625046..98489b1 100644 --- a/gcc/c-decl.c +++ b/gcc/c-decl.c @@ -6973,7 +6973,7 @@ current_stmt_tree (void) C. */ int -anon_aggr_type_p (tree ARG_UNUSED (node)) +anon_aggr_type_p (const_tree ARG_UNUSED (node)) { return 0; } |