OSDN Git Service

Update FSF address
[pf3gnuchains/gcc-fork.git] / gcc / ada / treepr.ads
index b2a8c6f..c236001 100644 (file)
@@ -6,9 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.14 $                             --
---                                                                          --
---     Copyright (C) 1992,1993,1994,1995 Free Software Foundation, Inc.     --
+--          Copyright (C) 1992-2002 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.      --
 --                                                                          --
 ------------------------------------------------------------------------------
 
@@ -60,19 +58,23 @@ package Treepr is
    --  Prints the subtree consisting of the given element list and all its
    --  referenced descendants.
 
-   procedure PE (E : Elist_Id);
+   procedure pe (E : Elist_Id);
+   pragma Export (Ada, pe);
    --  Debugging procedure (to be called within gdb)
    --  same as Print_Tree_Elist
 
-   procedure PL (L : List_Id);
+   procedure pl (L : List_Id);
+   pragma Export (Ada, pl);
    --  Debugging procedure (to be called within gdb)
    --  same as Print_Tree_List
 
-   procedure PN (N : Node_Id);
+   procedure pn (N : Node_Id);
+   pragma Export (Ada, pn);
    --  Debugging procedure (to be called within gdb)
    --  same as Print_Tree_Node with Label = ""
 
-   procedure PT (N : Node_Id);
+   procedure pt (N : Node_Id);
+   pragma Export (Ada, pt);
    --  Debugging procedure (to be called within gdb)
    --  same as Print_Node_Subtree