Fix formatting.
From-SVN: r111688
This commit is contained in:
parent
12de6bc686
commit
b5abd706cd
1 changed files with 2 additions and 1 deletions
|
@ -1259,7 +1259,8 @@ notice_global_symbol (tree decl)
|
|||
const char **type = &first_global_object_name;
|
||||
|
||||
if (first_global_object_name
|
||||
|| !TREE_PUBLIC (decl) || DECL_EXTERNAL (decl)
|
||||
|| !TREE_PUBLIC (decl)
|
||||
|| DECL_EXTERNAL (decl)
|
||||
|| !DECL_NAME (decl)
|
||||
|| (TREE_CODE (decl) != FUNCTION_DECL
|
||||
&& (TREE_CODE (decl) != VAR_DECL
|
||||
|
|
Loading…
Add table
Reference in a new issue