attributes in pointer declarators.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167664
138bc75d-0d04-0410-961f-
82ee72b054a4
+2010-12-09 Joseph Myers <joseph@codesourcery.com>
+
+ * doc/extend.texi (Attribute Syntax): Correct description of
+ attributes in pointer declarators.
+
2010-12-09 Joseph Myers <joseph@codesourcery.com>
* config/mips/vxworks.h (DBX_REGISTER_NUMBER): Undefine.
declaration @code{T D} specifies the type
``@var{derived-declarator-type-list} @var{Type}'' for @var{ident}, then
@code{T D1} specifies the type ``@var{derived-declarator-type-list}
-@var{type-qualifier-and-attribute-specifier-list} @var{Type}'' for
+@var{type-qualifier-and-attribute-specifier-list} pointer to @var{Type}'' for
@var{ident}.
For example,