aboutsummaryrefslogtreecommitdiff
path: root/gcc/extend.texi
diff options
context:
space:
mode:
authorBrendan Kehoe <brendan@gcc.gnu.org>1996-10-21 07:27:51 -0400
committerBrendan Kehoe <brendan@gcc.gnu.org>1996-10-21 07:27:51 -0400
commit1cd4bca92c2407e0884540c1d67694ac856bfcdf (patch)
treeeecdbe666e4e04ba585bf79cc7828835f39910cc /gcc/extend.texi
parent2edc8d65b8448452c2689efac489ec4a0d728855 (diff)
downloadgcc-1cd4bca92c2407e0884540c1d67694ac856bfcdf.zip
gcc-1cd4bca92c2407e0884540c1d67694ac856bfcdf.tar.gz
gcc-1cd4bca92c2407e0884540c1d67694ac856bfcdf.tar.bz2
Formerly extend.texi.~110~
From-SVN: r12981
Diffstat (limited to 'gcc/extend.texi')
-rw-r--r--gcc/extend.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/extend.texi b/gcc/extend.texi
index 5c780d8..d32ebf8 100644
--- a/gcc/extend.texi
+++ b/gcc/extend.texi
@@ -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