Fix typo in last change.
authorRichard Stallman <rms@gnu.org>
Tue, 18 Aug 1992 02:55:50 +0000 (02:55 +0000)
committerRichard Stallman <rms@gnu.org>
Tue, 18 Aug 1992 02:55:50 +0000 (02:55 +0000)
From-SVN: r1880

gcc/c-typeck.c

index c20cbecb46fc1a352fdb2357466aa0c605dae68e..96bacec4d3724c8be0099d4024164106216152c2 100644 (file)
@@ -4605,7 +4605,7 @@ digest_init (type, init, tail, require_constant, constructor_constant, ofwhat)
 
   if (inside_init && TREE_TYPE (inside_init) != 0
       && ((TYPE_MAIN_VARIANT (TREE_TYPE (inside_init))
-          == TYPE_MAIN_VARIANT (type)))
+          == TYPE_MAIN_VARIANT (type))
          || (code == ARRAY_TYPE
              && comptypes (TREE_TYPE (inside_init), type))
          || (code == POINTER_TYPE