OSDN Git Service

* dwarf2out.c (is_redundant_typedef): Add 'inline' to prototype.
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 18 Apr 2011 17:37:13 +0000 (17:37 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 18 Apr 2011 17:37:13 +0000 (17:37 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172660 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/dwarf2out.c

index 6e12642..2d5dc30 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 aaf00b1..f3c4c09 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);