diff options
author | Marek Polacek <polacek@redhat.com> | 2015-05-22 09:27:35 +0000 |
---|---|---|
committer | Marek Polacek <mpolacek@gcc.gnu.org> | 2015-05-22 09:27:35 +0000 |
commit | b7f016cb2285820e277eaeab3ae6193f4d95b15b (patch) | |
tree | ef1d4bee09c0172511fb38813edebdae990bffde /gcc/doc | |
parent | 9dbe0d83c865375f99e776e82087e653b2214380 (diff) | |
download | gcc-b7f016cb2285820e277eaeab3ae6193f4d95b15b.zip gcc-b7f016cb2285820e277eaeab3ae6193f4d95b15b.tar.gz gcc-b7f016cb2285820e277eaeab3ae6193f4d95b15b.tar.bz2 |
* doc/extend.texi: Use @pxref instead of @xref.
From-SVN: r223530
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/extend.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 5539199..6c51bc4 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -6304,7 +6304,7 @@ compilers to match the native Microsoft compiler. GCC allows attributes to be set on C labels. @xref{Attribute Syntax}, for details of the exact syntax for using attributes. Other attributes are available for functions (@pxref{Function Attributes}), variables -(@pxref{Variable Attributes}), enumerators (@xref{Enumerator Attributes}), +(@pxref{Variable Attributes}), enumerators (@pxref{Enumerator Attributes}), and for types (@pxref{Type Attributes}). This example uses the @code{cold} label attribute to indicate the @@ -6358,7 +6358,7 @@ with computed goto or @code{asm goto}. GCC allows attributes to be set on enumerators. @xref{Attribute Syntax}, for details of the exact syntax for using attributes. Other attributes are available for functions (@pxref{Function Attributes}), variables -(@pxref{Variable Attributes}), labels (@xref{Label Attributes}), +(@pxref{Variable Attributes}), labels (@pxref{Label Attributes}), and for types (@pxref{Type Attributes}). This example uses the @code{deprecated} enumerator attribute to indicate the |