Commit 1cd4bca9 by Brendan Kehoe

Formerly extend.texi.~110~

From-SVN: r12981
parent 2edc8d65
...@@ -2062,7 +2062,8 @@ flag on the line is equivalent to specifying the @code{packed} ...@@ -2062,7 +2062,8 @@ flag on the line is equivalent to specifying the @code{packed}
attribute on all @code{enum} definitions. attribute on all @code{enum} definitions.
You may only specify this attribute after a closing curly brace on an 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 @item transparent_union
This attribute, attached to a @code{union} type definition, indicates This attribute, attached to a @code{union} type definition, indicates
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment