Formerly extend.texi.~110~
authorBrendan Kehoe <brendan@gcc.gnu.org>
Mon, 21 Oct 1996 11:27:51 +0000 (07:27 -0400)
committerBrendan Kehoe <brendan@gcc.gnu.org>
Mon, 21 Oct 1996 11:27:51 +0000 (07:27 -0400)
From-SVN: r12981

gcc/extend.texi

index 5c780d84a793ac5c42a2df513c178a7850d20f80..d32ebf8cf7bf2c5cc52d9083ca8c30242607ba66 100644 (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