* doc/c-tree.texi (Classes, TYPE_BINFO): Fix typo.

From-SVN: r49881
This commit is contained in:
Gaute B Strokkenes 2002-02-19 22:51:17 +00:00 committed by Gerald Pfeifer
parent 0cb6c58daa
commit 293c28eedb
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2002-02-19 Gaute B Strokkenes <gs234@cam.ac.uk>
* doc/c-tree.texi (Classes, TYPE_BINFO): Fix typo.
2002-02-19 Philip Blundell <pb@nexus.co.uk>
PR 5399

View File

@ -760,8 +760,8 @@ binfo is given by @code{BINFO_TYPE}. It is always the case that
qualifiers. However, it is not always the case that @code{TYPE_BINFO
(BINFO_TYPE (y))} is always the same binfo as @code{y}. The reason is
that if @code{y} is a binfo representing a base-class @code{B} of a
derived class @code{D}, then @code{BINFO_TYPE (y)} will be @code{B}, and
@code{TYPE_INFO (BINFO_TYPE (y))} will be @code{B} as its own
derived class @code{D}, then @code{BINFO_TYPE (y)} will be @code{B},
and @code{TYPE_BINFO (BINFO_TYPE (y))} will be @code{B} as its own
base-class, rather than as a base-class of @code{D}.
The @code{BINFO_BASETYPES} is a @code{TREE_VEC} (@pxref{Containers}).