Commit b037a230 by Richard Stallman

(convert_for_assignment): Fix typo (codel => coder).

From-SVN: r6088
parent a3d7d623
...@@ -3799,7 +3799,7 @@ convert_for_assignment (type, rhs, errtype, fundecl, funname, parmnum) ...@@ -3799,7 +3799,7 @@ convert_for_assignment (type, rhs, errtype, fundecl, funname, parmnum)
|| codel == COMPLEX_TYPE) || codel == COMPLEX_TYPE)
&& &&
(coder == INTEGER_TYPE || coder == REAL_TYPE || coder == ENUMERAL_TYPE (coder == INTEGER_TYPE || coder == REAL_TYPE || coder == ENUMERAL_TYPE
|| codel == COMPLEX_TYPE)) || coder == COMPLEX_TYPE))
return convert_and_check (type, rhs); return convert_and_check (type, rhs);
/* Conversion to a union from its member types. */ /* Conversion to a union from its member types. */
else if (codel == UNION_TYPE) else if (codel == UNION_TYPE)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment