1 From 9adddf1e8ef277d62e5da8dfd81bc50e2b4898c4 Mon Sep 17 00:00:00 2001
2 From: ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
3 Date: Mon, 18 Apr 2011 17:37:55 +0000
4 Subject: [PATCH 141/200] * dwarf2out.c (is_redundant_typedef): Add 'inline' to prototype.
6 git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@172661 138bc75d-0d04-0410-961f-82ee72b054a4
8 index 68d56b0..e1dc46a 100644
11 @@ -6491,7 +6491,7 @@ static void gen_typedef_die (tree, dw_die_ref);
12 static void gen_type_die (tree, dw_die_ref);
13 static void gen_block_die (tree, dw_die_ref, int);
14 static void decls_for_scope (tree, dw_die_ref, int);
15 -static int is_redundant_typedef (const_tree);
16 +static inline int is_redundant_typedef (const_tree);
17 static bool is_naming_typedef_decl (const_tree);
18 static inline dw_die_ref get_context_die (tree);
19 static void gen_namespace_die (tree, dw_die_ref);