(digest_init): Typo in last change.

From-SVN: r3785
This commit is contained in:
Richard Stallman 1993-03-19 08:44:43 +00:00
parent 665381933b
commit 337633f9c6
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 == COMPEX_TYPE)
|| code == ENUMERAL_TYPE || code == COMPLEX_TYPE)
{
if (raw_constructor)
{