From: Joseph Myers Date: Thu, 9 Dec 2010 21:22:09 +0000 (+0000) Subject: extend.texi (Attribute Syntax): Correct description of attributes in pointer declarators. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=197ef306047f8d5c3cb25540f4207a13bc559e28;p=gcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f209a8f4635..9ba828fd45e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2010-12-09 Joseph Myers + + * doc/extend.texi (Attribute Syntax): Correct description of + attributes in pointer declarators. + 2010-12-09 Joseph Myers * config/mips/vxworks.h (DBX_REGISTER_NUMBER): Undefine. diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 28c25e16261..654c3b0db00 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -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,