From 337633f9c613670b07b4309cf92469e89f3f6685 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Fri, 19 Mar 1993 08:44:43 +0000 Subject: [PATCH] (digest_init): Typo in last change. From-SVN: r3785 --- 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 7070db9893a..e3fd8896b09 100644 --- a/gcc/c-typeck.c +++ b/gcc/c-typeck.c @@ -4903,7 +4903,7 @@ digest_init (type, init, tail, require_constant, constructor_constant, ofwhat) /* Handle scalar types, including conversions. */ if (code == INTEGER_TYPE || code == REAL_TYPE || code == POINTER_TYPE - || code == ENUMERAL_TYPE || code == COMPEX_TYPE) + || code == ENUMERAL_TYPE || code == COMPLEX_TYPE) { if (raw_constructor) { -- 2.30.2