From b037a230c51759893d294e5e82bce98e199c59c1 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Sun, 14 Nov 1993 22:25:54 +0000 Subject: [PATCH] (convert_for_assignment): Fix typo (codel => coder). From-SVN: r6088 --- gcc/c-typeck.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/c-typeck.c b/gcc/c-typeck.c index 6aaa44bb949..b6ecdcc2fb4 100644 --- a/gcc/c-typeck.c +++ b/gcc/c-typeck.c @@ -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) -- 2.30.2