diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-04-09 08:25:13 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-04-09 08:25:13 +0000 |
commit | c640b24abc9155e9528cbc942f51c0adaeb2afef (patch) | |
tree | 0184736850e3694ca19a6ab3d02c504f5596cdca /gcc/ada/a-coormu.ads | |
parent | a50e85e584d41a4211b5a718c6ade97fc2c876f6 (diff) | |
download | gcc-c640b24abc9155e9528cbc942f51c0adaeb2afef.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145804 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/a-coormu.ads')
-rw-r--r-- | gcc/ada/a-coormu.ads | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/ada/a-coormu.ads b/gcc/ada/a-coormu.ads index b1a6d1a3f8b..385011c7542 100644 --- a/gcc/ada/a-coormu.ads +++ b/gcc/ada/a-coormu.ads @@ -436,9 +436,8 @@ private Element : Element_Type; end record; - package Tree_Types is new Red_Black_Trees.Generic_Tree_Types - (Node_Type, - Node_Access); + package Tree_Types is + new Red_Black_Trees.Generic_Tree_Types (Node_Type, Node_Access); type Set is new Ada.Finalization.Controlled with record Tree : Tree_Types.Tree_Type; |