(finish_struct): Fix typo in transparent union warning that led to core dump.

From-SVN: r11161
This commit is contained in:
Paul Eggert 1996-02-02 17:42:40 +00:00
parent e64bb70660
commit d787aad9e5

View file

@ -5720,7 +5720,7 @@ finish_struct (t, fieldlist, attributes)
&& TYPE_MODE (t) != DECL_MODE (TYPE_FIELDS (t)))
{
TYPE_TRANSPARENT_UNION (t) = 0;
warning ("cannot make `%s' a transparent union");
warning ("union cannot be made transparent");
}
/* If this structure or union completes the type of any previous