aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2000-04-17 03:20:48 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>2000-04-17 03:20:48 +0000
commit76c9d22625877d66c0d0b25f1f339d5998fee7ae (patch)
tree4ea0e3a1f3ef66993f4f830fb134134470bcde4c /gcc/tree.h
parent3e0768f05e3f89259f99d95e0a76ae612cfcff09 (diff)
downloadgcc-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.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/gcc/tree.h b/gcc/tree.h
index 2aa0f88..f561b30 100644
--- a/gcc/tree.h
+++ b/gcc/tree.h
@@ -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
{