Fix typo from a previous commit

From-SVN: r116305
This commit is contained in:
Lee Millward 2006-08-21 18:43:36 +00:00
parent 34302d13ea
commit dc5395cc64

View file

@ -1124,7 +1124,7 @@ duplicate_decls (tree newdecl, tree olddecl, bool newdecl_is_friend)
about the same declaration, so just pretend the types match here. */
if (TREE_TYPE (newdecl) == error_mark_node
|| TREE_TYPE (olddecl) == error_mark_node)
return error_mark_node.
return error_mark_node;
if (DECL_P (olddecl)
&& TREE_CODE (newdecl) == FUNCTION_DECL