(digest_init): Handle COMPLEX_TYPE like other scalars.

From-SVN: r3779
This commit is contained in:
Richard Stallman 1993-03-18 21:31:09 +00:00
parent c95c47f3e9
commit 0c9cfa6f4f
1 changed files with 1 additions and 1 deletions

View File

@ -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 == ENUMERAL_TYPE || code == COMPEX_TYPE)
{
if (raw_constructor)
{