mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-29 19:35:40 +08:00
Formerly extend.texi.~110~
From-SVN: r12981
This commit is contained in:
parent
2edc8d65b8
commit
1cd4bca92c
@ -2062,7 +2062,8 @@ flag on the line is equivalent to specifying the @code{packed}
|
||||
attribute on all @code{enum} definitions.
|
||||
|
||||
You may only specify this attribute after a closing curly brace on an
|
||||
@code{enum} definition, not in a @code{typedef} declaration.
|
||||
@code{enum} definition, not in a @code{typedef} declaration, unless that
|
||||
declaration also contains the definition of the @code{enum}.
|
||||
|
||||
@item transparent_union
|
||||
This attribute, attached to a @code{union} type definition, indicates
|
||||
|
Loading…
Reference in New Issue
Block a user