* dwarf2out.c (is_redundant_typedef): Add 'inline' to prototype.
authorEric Botcazou <ebotcazou@gcc.gnu.org>
Mon, 18 Apr 2011 17:37:13 +0000 (17:37 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Mon, 18 Apr 2011 17:37:13 +0000 (17:37 +0000)
From-SVN: r172660

gcc/ChangeLog
gcc/dwarf2out.c

index 6e126426101434515559392141b2fd3719cdd4a9..2d5dc30467b52c0b19695b288a1758e3b23d406f 100644 (file)
@@ -1,5 +1,9 @@
+2011-04-18  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * dwarf2out.c (is_redundant_typedef): Add 'inline' to prototype.
+
 2011-04-18  Jie Zhang  <jie@codesourcery.com>
-       Richard Earnshaw  <rearnsha@arm.com>
+           Richard Earnshaw  <rearnsha@arm.com>
 
        * arm.c (neon_builtin_type_bits): Remove.
        (typedef enum neon_builtin_mode): New.
index aaf00b183e5c1dd170ae59cd73830652cd4caf3d..f3c4c0962a5aa883f4dc2458991e80b6d31f1664 100644 (file)
@@ -6565,7 +6565,7 @@ static void gen_typedef_die (tree, dw_die_ref);
 static void gen_type_die (tree, dw_die_ref);
 static void gen_block_die (tree, dw_die_ref, int);
 static void decls_for_scope (tree, dw_die_ref, int);
-static int is_redundant_typedef (const_tree);
+static inline int is_redundant_typedef (const_tree);
 static bool is_naming_typedef_decl (const_tree);
 static inline dw_die_ref get_context_die (tree);
 static void gen_namespace_die (tree, dw_die_ref);