* tree.h (BINFO_BASETYPES): Improve documentation.
authorMark Mitchell <mark@codesourcery.com>
Wed, 29 Dec 1999 06:12:58 +0000 (06:12 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Wed, 29 Dec 1999 06:12:58 +0000 (06:12 +0000)
From-SVN: r31113

gcc/ChangeLog
gcc/tree.h

index f434edab7c49c55576f03bfebec302272f41dcb6..e220843d3fa3db61a113abb169ecda253e2e225c 100644 (file)
@@ -1,3 +1,7 @@
+1999-12-28  Mark Mitchell  <mark@codesourcery.com>
+
+       * tree.h (BINFO_BASETYPES): Improve documentation.
+
 1999-12-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
        * configure.in (--enable-checking): Use a more portable `for'
index 5eac860d96596ba079010b950df73b8930aea1e8..893c8916a29eefe8f43cec2db2c9fb0102213455 100644 (file)
@@ -1004,11 +1004,12 @@ struct tree_type
 #define BINFO_VIRTUALS(NODE) TREE_VEC_ELT ((NODE), 3)
 #define TYPE_BINFO_VIRTUALS(NODE) BINFO_VIRTUALS (TYPE_BINFO (NODE))
 
-/* A vector of additional binfos for the types inherited by this basetype.
+/* A vector of binfos for the direct basetypes inherited by this
+   basetype.
 
-   If this basetype describes type D as inherited in C,
-   and if the basetypes of D are E anf F,
-   then this vector contains binfos for inheritance of E and F by C.
+   If this basetype describes type D as inherited in C, and if the
+   basetypes of D are E and F, then this vector contains binfos for
+   inheritance of E and F by C.
 
    ??? This could probably be done by just allocating the
    base types at the end of this TREE_VEC (instead of using