Fix typo in last change.

From-SVN: r7901
This commit is contained in:
Richard Kenner 1994-08-12 09:10:54 -04:00
parent 8e5e53da6c
commit 5ce574f2c6

View File

@ -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