From: ebotcazou Date: Mon, 18 Apr 2011 17:37:13 +0000 (+0000) Subject: * dwarf2out.c (is_redundant_typedef): Add 'inline' to prototype. X-Git-Url: http://git.sourceforge.jp/view?a=commitdiff_plain;h=f1a4e5a762437ddd1f085234704157a7f4c1cd11;p=pf3gnuchains%2Fgcc-fork.git * dwarf2out.c (is_redundant_typedef): Add 'inline' to prototype. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@172660 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6e126426101..2d5dc30467b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ +2011-04-18 Eric Botcazou + + * dwarf2out.c (is_redundant_typedef): Add 'inline' to prototype. + 2011-04-18 Jie Zhang - Richard Earnshaw + Richard Earnshaw * arm.c (neon_builtin_type_bits): Remove. (typedef enum neon_builtin_mode): New. diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index aaf00b183e5..f3c4c0962a5 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -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);