diff options
Diffstat (limited to 'gcc/ada/a-coorse.ads')
-rw-r--r-- | gcc/ada/a-coorse.ads | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/gcc/ada/a-coorse.ads b/gcc/ada/a-coorse.ads index 1022fd6554d..afa767159cd 100644 --- a/gcc/ada/a-coorse.ads +++ b/gcc/ada/a-coorse.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 -- @@ -253,11 +253,9 @@ private Tree : Tree_Types.Tree_Type; end record; - overriding - procedure Adjust (Container : in out Set); + overriding procedure Adjust (Container : in out Set); - overriding - procedure Finalize (Container : in out Set) renames Clear; + overriding procedure Finalize (Container : in out Set) renames Clear; use Red_Black_Trees; use Tree_Types; |