Formerly extend.texi.~110~

From-SVN: r12981
This commit is contained in:
Brendan Kehoe 1996-10-21 07:27:51 -04:00
parent 2edc8d65b8
commit 1cd4bca92c
1 changed files with 2 additions and 1 deletions

View File

@ -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