extend.texi (Attribute Syntax): Correct description of attributes in pointer declarators.

* doc/extend.texi (Attribute Syntax): Correct description of
	attributes in pointer declarators.

From-SVN: r167664
This commit is contained in:
Joseph Myers 2010-12-09 21:22:09 +00:00 committed by Joseph Myers
parent 7e82085a8a
commit 197ef30604
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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.

View File

@ -4036,7 +4036,7 @@ If @code{D1} has the form @code{*
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,