diff options
author | Mark Mitchell <mark@codesourcery.com> | 2003-07-23 23:44:45 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 2003-07-23 23:44:45 +0000 |
commit | 28b619b28f99cb85d2d2a46d76b1df57b43c9d3f (patch) | |
tree | e42a06bd2c4db12c9ffab168755ea4260c9a7729 /gcc/doc/c-tree.texi | |
parent | 434566e7e261a479a631a1635725695486ebd8ad (diff) | |
download | gcc-28b619b28f99cb85d2d2a46d76b1df57b43c9d3f.zip gcc-28b619b28f99cb85d2d2a46d76b1df57b43c9d3f.tar.gz gcc-28b619b28f99cb85d2d2a46d76b1df57b43c9d3f.tar.bz2 |
* doc/c-tree.texi (OFFSET_TYPE): Update description.
From-SVN: r69729
Diffstat (limited to 'gcc/doc/c-tree.texi')
-rw-r--r-- | gcc/doc/c-tree.texi | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/gcc/doc/c-tree.texi b/gcc/doc/c-tree.texi index 48e7e12..2ea8bcf 100644 --- a/gcc/doc/c-tree.texi +++ b/gcc/doc/c-tree.texi @@ -555,11 +555,9 @@ This node is used to represent a type the knowledge of which is insufficient for a sound processing. @item OFFSET_TYPE -This node is used to represent a data member; for example a -pointer-to-data-member is represented by a @code{POINTER_TYPE} whose -@code{TREE_TYPE} is an @code{OFFSET_TYPE}. For a data member @code{X::m} -the @code{TYPE_OFFSET_BASETYPE} is @code{X} and the @code{TREE_TYPE} is -the type of @code{m}. +This node is used to represent a pointer-to-data member. For a data +member @code{X::m} the @code{TYPE_OFFSET_BASETYPE} is @code{X} and the +@code{TREE_TYPE} is the type of @code{m}. @item TYPENAME_TYPE Used to represent a construct of the form @code{typename T::A}. The |