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