diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-05 00:53:49 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-05 00:53:49 +0000 |
commit | 09c8496f50ce856b0904a58c4d00fbb363c46a70 (patch) | |
tree | 510d68a2ce26cf216088cf583abb195855e06d3b /gcc/doc/c-tree.texi | |
parent | a79b1d933a7c38b74ee89cb3bcdd55d6f2cc8ccc (diff) | |
download | gcc-09c8496f50ce856b0904a58c4d00fbb363c46a70.tar.gz |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90100 138bc75d-0d04-0410-961f-82ee72b054a4
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 ac143f12cb6..9cd582e05b8 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 |