diff options
Diffstat (limited to 'gcc/ada/a-cihase.ads')
-rw-r--r-- | gcc/ada/a-cihase.ads | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/gcc/ada/a-cihase.ads b/gcc/ada/a-cihase.ads index a174c7d9809..df091031bc5 100644 --- a/gcc/ada/a-cihase.ads +++ b/gcc/ada/a-cihase.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 2004-2009, Free Software Foundation, Inc. -- +-- Copyright (C) 2004-2010, Free Software Foundation, Inc. -- -- -- -- This specification is derived from the Ada Reference Manual for use with -- -- GNAT. The copyright notice above, and the license provisions that follow -- @@ -412,11 +412,9 @@ private HT : HT_Types.Hash_Table_Type; end record; - overriding - procedure Adjust (Container : in out Set); + overriding procedure Adjust (Container : in out Set); - overriding - procedure Finalize (Container : in out Set); + overriding procedure Finalize (Container : in out Set); use HT_Types; use Ada.Finalization; |