diff options
author | Joseph Myers <joseph@codesourcery.com> | 2004-11-05 00:53:49 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2004-11-05 00:53:49 +0000 |
commit | f0eb93a806a875b7e89f5a2f5217063c0daa0db8 (patch) | |
tree | 510d68a2ce26cf216088cf583abb195855e06d3b /gcc/doc/c-tree.texi | |
parent | 04fb56d5990d68f903b15b367e23be9a27d27673 (diff) | |
download | gcc-f0eb93a806a875b7e89f5a2f5217063c0daa0db8.zip gcc-f0eb93a806a875b7e89f5a2f5217063c0daa0db8.tar.gz gcc-f0eb93a806a875b7e89f5a2f5217063c0daa0db8.tar.bz2 |
c-tree.texi, [...]: Remove trailing whitespace.
* doc/c-tree.texi, doc/cfg.texi, doc/extend.texi, doc/gty.texi,
doc/install.texi, doc/invoke.texi, doc/md.texi, doc/passes.texi,
doc/rtl.texi, doc/tm.texi, doc/tree-ssa.texi: Remove trailing
whitespace.
From-SVN: r90100
Diffstat (limited to 'gcc/doc/c-tree.texi')
-rw-r--r-- | gcc/doc/c-tree.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/c-tree.texi b/gcc/doc/c-tree.texi index ac143f1..9cd582e 100644 --- a/gcc/doc/c-tree.texi +++ b/gcc/doc/c-tree.texi @@ -2170,7 +2170,7 @@ variable is initialized, rather than assigned to subsequently. These nodes represent non-static data member accesses. The first operand is the object (rather than a pointer to it); the second operand is the @code{FIELD_DECL} for the data member. The third operand represents -the byte offset of the field, but should not be used directly; call +the byte offset of the field, but should not be used directly; call @code{component_ref_field_offset} instead. @item COMPOUND_EXPR |