OSDN Git Service

* tree.def (RTL_EXPR): Remove.
[pf3gnuchains/gcc-fork.git] / gcc / ada / sem_maps.ads
index 3033f89..ef49142 100644 (file)
@@ -6,9 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                              $Revision: 1.4 $
---                                                                          --
---          Copyright (C) 1996-1999 Free Software Foundation, Inc.          --
+--          Copyright (C) 1996-2001 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- --
@@ -22,7 +20,7 @@
 -- MA 02111-1307, 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.      --
 --                                                                          --
 ------------------------------------------------------------------------------
 
@@ -98,7 +96,7 @@ private
    --  maps have a fixed size and never need to be reallocated. Furthermore,
    --  the headers of the hash table of a dynamically allocated map can be
    --  chosen according to the total number of entries in the map, to
-   --  accomodate efficiently generic units of different sizes (Unchecked_
+   --  accommodate efficiently generic units of different sizes (Unchecked_
    --  Conversion vs. Generic_Elementary_Functions, for example). So in
    --  fact both components of a map have fixed size, and can be allocated
    --  using the standard table mechanism. A Maps_Table holds records that