OSDN Git Service

* Makefile.in (reload1.o-warn): Remove.
[pf3gnuchains/gcc-fork.git] / gcc / ada / treeprs.adt
index 5cf6989..9de0654 100644 (file)
@@ -6,9 +6,7 @@
 --                                                                          --
 --                             T e m p l a t e                              --
 --                                                                          --
---                            $Revision: 1.17 $                             --
---                                                                          --
---          Copyright (C) 1992-1997 Free Software Foundation, Inc.          --
+--          Copyright (C) 1992-2006, Free Software Foundation, Inc.         --
 --                                                                          --
 -- GNAT is free software;  you can  redistribute it  and/or modify it under --
 -- terms of the  GNU General Public License as published  by the Free Soft- --
 -- or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License --
 -- for  more details.  You should have  received  a copy of the GNU General --
 -- Public License  distributed with GNAT;  see file COPYING.  If not, write --
--- to  the Free Software Foundation,  59 Temple Place - Suite 330,  Boston, --
--- MA 02111-1307, USA.                                                      --
+-- to  the  Free Software Foundation,  51  Franklin  Street,  Fifth  Floor, --
+-- Boston, MA 02110-1301, USA.                                              --
 --                                                                          --
 -- GNAT was originally developed  by the GNAT team at  New York University. --
--- It is now maintained by Ada Core Technologies Inc (http://www.gnat.com). --
+-- Extensive contributions were provided by Ada Core Technologies Inc.      --
 --                                                                          --
 ------------------------------------------------------------------------------
-
 --  This file is a template used as input to the utility program XTreeprs,
 --  which reads this template, and the spec of Sinfo (sinfo.ads) and generates
 --  the spec for the Treeprs package (file treeprs.ads)
@@ -50,9 +47,9 @@ package Treeprs is
    --  by the synonym name. The starting location for a given node type is
    --  found from the corresponding entry in the Pchars_Pos_Array.
 
-   --  The following characters identify the field. These are characters
-   --  which  could never occur in a field name, so they also mark the
-   --  end of the previous name.
+   --  The following characters identify the field. These are characters which
+   --  could never occur in a field name, so they also mark the end of the
+   --  previous name.
 
    subtype Fchar is Character range '#' .. '9';
 
@@ -82,9 +79,9 @@ package Treeprs is
 
    --  Note this table does not include entity field and flags whose access
    --  functions are in Einfo (these are handled by the Print_Entity_Info
-   --  procedure in Treepr, which uses the routines in Einfo to get the
-   --  proper symbolic information). In addition, the following fields are
-   --  handled by Treepr, and do not appear in the Pchars array:
+   --  procedure in Treepr, which uses the routines in Einfo to get the proper
+   --  symbolic information). In addition, the following fields are handled by
+   --  Treepr, and do not appear in the Pchars array:
 
    --    Analyzed
    --    Cannot_Be_Constant