comparison gcc/c-decl.c @ 74:f26ecf70364b

modify c-decl.c, c-parser.c, c-tree.h and tree.h
author Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp>
date Mon, 22 Aug 2011 03:31:39 +0900
parents b81903832de2
children 99e7b6776dd1
comparison
equal deleted inserted replaced
73:ce75bd9117e4 74:f26ecf70364b
2842 if (file_scope) 2842 if (file_scope)
2843 bind (name, x, file_scope, /*invisible=*/false, nested, UNKNOWN_LOCATION); 2843 bind (name, x, file_scope, /*invisible=*/false, nested, UNKNOWN_LOCATION);
2844 2844
2845 return x; 2845 return x;
2846 } 2846 }
2847 2847
2848 static void 2848 static void
2849 implicit_decl_warning (tree id, tree olddecl) 2849 implicit_decl_warning (tree id, tree olddecl)
2850 { 2850 {
2851 if (warn_implicit_function_declaration) 2851 if (warn_implicit_function_declaration)
2852 { 2852 {