* tree.h (struct tree_common): Remove misleading comment.

From-SVN: r33199
This commit is contained in:
Mark Mitchell 2000-04-17 03:20:48 +00:00 committed by Mark Mitchell
parent 3e0768f05e
commit 76c9d22625
2 changed files with 6 additions and 5 deletions

View File

@ -1,3 +1,7 @@
2000-04-16 Mark Mitchell <mark@codesourcery.com>
* tree.h (struct tree_common): Remove misleading comment.
2000-04-16 Dave Pitts <dpitts@cozx.com>
* Makefile.in ($(srcdir)/c-parse.y: c-parse.in): Enclose the whole

View File

@ -119,11 +119,8 @@ typedef union tree_node *tree;
/* Every kind of tree node starts with this structure,
so all nodes have these fields.
See the accessor macros, defined below, for documentation of the fields.
DO NOT change the layout of tree_common unless absolutely necessary. Some
front-ends (namely g++) depend on the internal layout of this tructure.
See my_tree_cons in the cp subdir for such uglyness. Ugh. */
See the accessor macros, defined below, for documentation of the
fields. */
struct tree_common
{