(convert_for_assignment): Fix typo (codel => coder).
authorRichard Stallman <rms@gnu.org>
Sun, 14 Nov 1993 22:25:54 +0000 (22:25 +0000)
committerRichard Stallman <rms@gnu.org>
Sun, 14 Nov 1993 22:25:54 +0000 (22:25 +0000)
From-SVN: r6088

gcc/c-typeck.c

index 6aaa44b..b6ecdcc 100644 (file)
@@ -3799,7 +3799,7 @@ convert_for_assignment (type, rhs, errtype, fundecl, funname, parmnum)
        || codel == COMPLEX_TYPE)
        &&
       (coder == INTEGER_TYPE || coder == REAL_TYPE || coder == ENUMERAL_TYPE
-       || codel == COMPLEX_TYPE))
+       || coder == COMPLEX_TYPE))
     return convert_and_check (type, rhs);
   /* Conversion to a union from its member types.  */
   else if (codel == UNION_TYPE)