From: Eric Botcazou Date: Mon, 18 Apr 2011 17:38:13 +0000 (+0000) Subject: * dwarf2out.c (is_redundant_typedef): Add 'inline' to prototype. X-Git-Tag: releases/gcc-4.5.3~63 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=890ad8a4b2d5721eb7edde20016ab8b1a5faf422;p=thirdparty%2Fgcc.git * dwarf2out.c (is_redundant_typedef): Add 'inline' to prototype. From-SVN: r172662 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 19633f032c8b..ed43f1b5c008 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2011-04-18 Eric Botcazou + + * dwarf2out.c (is_redundant_typedef): Add 'inline' to prototype. + 2011-04-18 Richard Guenther Backported from 4.6 branch diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index 27f8f0c135b2..3daa315ebbe0 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -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);