diff options
author | Mark Mitchell <mark@codesourcery.com> | 2000-04-17 03:20:48 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 2000-04-17 03:20:48 +0000 |
commit | 76c9d22625877d66c0d0b25f1f339d5998fee7ae (patch) | |
tree | 4ea0e3a1f3ef66993f4f830fb134134470bcde4c /gcc/tree.h | |
parent | 3e0768f05e3f89259f99d95e0a76ae612cfcff09 (diff) | |
download | gcc-76c9d22625877d66c0d0b25f1f339d5998fee7ae.zip gcc-76c9d22625877d66c0d0b25f1f339d5998fee7ae.tar.gz gcc-76c9d22625877d66c0d0b25f1f339d5998fee7ae.tar.bz2 |
* tree.h (struct tree_common): Remove misleading comment.
From-SVN: r33199
Diffstat (limited to 'gcc/tree.h')
-rw-r--r-- | gcc/tree.h | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -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 { |