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:
parent
7e82085a8a
commit
197ef30604
@ -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.
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user