From a7baca7154b2883d40ddd017579c55b60069d0ef Mon Sep 17 00:00:00 2001
From: mmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Date: Mon, 17 Apr 2000 03:20:48 +0000
Subject: [PATCH] 	* tree.h (struct tree_common): Remove misleading
 comment.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33199 138bc75d-0d04-0410-961f-82ee72b054a4
---
 gcc/ChangeLog | 4 ++++
 gcc/tree.h    | 7 ++-----
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index f73c86e91254..8039120796f6 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/tree.h b/gcc/tree.h
index 2aa0f88d3cf4..f561b309079b 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
 {
-- 
GitLab