From: jsm28 Date: Thu, 9 Dec 2010 21:22:09 +0000 (+0000) Subject: * doc/extend.texi (Attribute Syntax): Correct description of X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5e96ea45f30b89d3af2e8cf8f0e2c5f4740ed2aa;p=thirdparty%2Fgcc.git * doc/extend.texi (Attribute Syntax): Correct description of attributes in pointer declarators. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167664 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index f209a8f46352..9ba828fd45ec 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 28c25e162618..654c3b0db001 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,