]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* dwarf2out.c (is_redundant_typedef): Add 'inline' to prototype.
authorEric Botcazou <ebotcazou@adacore.com>
Mon, 18 Apr 2011 17:38:13 +0000 (17:38 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Mon, 18 Apr 2011 17:38:13 +0000 (17:38 +0000)
From-SVN: r172662

gcc/ChangeLog
gcc/dwarf2out.c

index 19633f032c8b5c8a8f2765a2414e8bc632c2b23a..ed43f1b5c0086f64b98752ab4fc1661661e26193 100644 (file)
@@ -1,3 +1,7 @@
+2011-04-18  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * dwarf2out.c (is_redundant_typedef): Add 'inline' to prototype.
+
 2011-04-18  Richard Guenther  <rguenther@suse.de>
 
        Backported from 4.6 branch
index 27f8f0c135b25730631d821647e6c09568b222cf..3daa315ebbe0082162a25e8aab907910c4c08635 100644 (file)
@@ -6167,7 +6167,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 inline dw_die_ref get_context_die (tree);
 static void gen_namespace_die (tree, dw_die_ref);
 static void gen_decl_die (tree, tree, dw_die_ref);