Fix typo from a previous commit
From-SVN: r116305
This commit is contained in:
parent
34302d13ea
commit
dc5395cc64
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue