mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-19 08:43:26 +08:00
Fix typo from a previous commit
From-SVN: r116305
This commit is contained in:
parent
34302d13ea
commit
dc5395cc64
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user