diff options
author | Richard Stallman <rms@gnu.org> | 1993-03-19 08:44:43 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1993-03-19 08:44:43 +0000 |
commit | 337633f9c613670b07b4309cf92469e89f3f6685 (patch) | |
tree | bdbe3871d8c5d31848406e3a47c7eb969265eb27 /gcc | |
parent | 665381933b28226f275d86853b0bbfe96693759b (diff) | |
download | gcc-337633f9c613670b07b4309cf92469e89f3f6685.zip gcc-337633f9c613670b07b4309cf92469e89f3f6685.tar.gz gcc-337633f9c613670b07b4309cf92469e89f3f6685.tar.bz2 |
(digest_init): Typo in last change.
From-SVN: r3785
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/c-typeck.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-typeck.c b/gcc/c-typeck.c index 7070db9..e3fd889 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) { |