Fix typo in last change.
From-SVN: r7901
This commit is contained in:
parent
8e5e53da6c
commit
5ce574f2c6
@ -1626,7 +1626,7 @@ duplicate_decls (newdecl, olddecl)
|
||||
}
|
||||
|
||||
/* Optionally warn about more than one declaration for the same name. */
|
||||
if (errmsg = 0 && warn_redundant_decls && DECL_SOURCE_LINE (olddecl) != 0
|
||||
if (errmsg == 0 && warn_redundant_decls && DECL_SOURCE_LINE (olddecl) != 0
|
||||
/* Dont warn about a function declaration
|
||||
followed by a definition. */
|
||||
&& !(TREE_CODE (newdecl) == FUNCTION_DECL && DECL_INITIAL (newdecl) != 0
|
||||
|
Loading…
Reference in New Issue
Block a user