diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2009-04-09 10:25:13 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2009-04-09 10:25:13 +0200 |
commit | 3c25856afeb80abfd75bdefaf77277f477cba7f3 (patch) | |
tree | 0184736850e3694ca19a6ab3d02c504f5596cdca /gcc/ada/a-coormu.adb | |
parent | 76c597a1fc1b674e2afaaa483b925f3637eb0d48 (diff) | |
download | gcc-3c25856afeb80abfd75bdefaf77277f477cba7f3.tar.gz |
[multiple changes]
2009-04-09 Pascal Obry <obry@adacore.com>
* a-cihama.adb, a-cihama.ads, a-coinve.adb, a-coorma.ads, a-cihase.adb,
a-cihase.ads, a-cohama.adb, a-cohama.ads, a-coorse.adb, a-coorse.ads,
a-coormu.adb, a-coormu.ads, a-cohase.adb, a-cohase.ads: Minor
reformatting.
2009-04-09 Ed Schonberg <schonberg@adacore.com>
* sem_ch6.adb (Check_Overriding_Indicator): Do not generate warning on
missing overriding indicator if the new declaration is not seen as
primitive.
From-SVN: r145804
Diffstat (limited to 'gcc/ada/a-coormu.adb')
-rw-r--r-- | gcc/ada/a-coormu.adb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/ada/a-coormu.adb b/gcc/ada/a-coormu.adb index 07f42a35261..64aa23a7aa1 100644 --- a/gcc/ada/a-coormu.adb +++ b/gcc/ada/a-coormu.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 2004-2007, Free Software Foundation, Inc. -- +-- Copyright (C) 2004-2008, 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- -- @@ -261,8 +261,7 @@ package body Ada.Containers.Ordered_Multisets is -- Adjust -- ------------ - procedure Adjust is - new Tree_Operations.Generic_Adjust (Copy_Tree); + procedure Adjust is new Tree_Operations.Generic_Adjust (Copy_Tree); procedure Adjust (Container : in out Set) is begin |