OSDN Git Service

* crtstuff.c (__JCR_LIST__, __DTOR_END__, __JCR_END__, __FRAME_END__):
[pf3gnuchains/gcc-fork.git] / gcc / treestruct.def
index c56524d..af7c809 100644 (file)
@@ -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