diff options
Diffstat (limited to 'gcc/treestruct.def')
-rw-r--r-- | gcc/treestruct.def | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/treestruct.def b/gcc/treestruct.def index c56524d708c..af7c80956b3 100644 --- a/gcc/treestruct.def +++ b/gcc/treestruct.def @@ -1,5 +1,5 @@ /* This file contains the definitions for the tree structure - enumeration used in GCC. + enumeration used in GCC. Copyright (C) 2005, 2007, 2008 Free Software Foundation, Inc. @@ -19,12 +19,12 @@ You should have received a copy of the GNU General Public License along with GCC; see the file COPYING3. If not see <http://www.gnu.org/licenses/>. */ -/* The format of this file is +/* The format of this file is DEFTREESTRUCT(enumeration value, printable name). Each enumeration value should correspond with a single member of - union tree_node. + union tree_node. These enumerator values are used in order to distinguish members of union tree_node for garbage collection purposes, as well as |