diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2012-02-17 14:56:55 +0100 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2012-02-17 14:56:55 +0100 |
commit | 260359e35de7fcc0d7746cdc3983857fba1b9f7a (patch) | |
tree | e139ece8778dadcfdec61d440ca2acd7abacbab4 /gcc/ada/prj.ads | |
parent | bae868fba9ff95c0f9d6f8bd2d578592f8714d54 (diff) | |
download | gcc-260359e35de7fcc0d7746cdc3983857fba1b9f7a.zip gcc-260359e35de7fcc0d7746cdc3983857fba1b9f7a.tar.gz gcc-260359e35de7fcc0d7746cdc3983857fba1b9f7a.tar.bz2 |
[multiple changes]
2012-02-17 Robert Dewar <dewar@adacore.com>
* sem_dim.adb, sem_dim.ads, s-tasren.adb, prj.adb, prj.ads, freeze.adb,
sem_res.adb, exp_ch4.adb, sinput.adb, sinput.ads, exp_aggr.adb,
exp_intr.adb, s-os_lib.adb: Minor reformatting.
2012-02-17 Ed Schonberg <schonberg@adacore.com>
* sem_ch6.adb (Is_Non_Overriding_Operation): Add warning if the
old operation is abstract, the relevant type is not abstract,
and the new subprogram fails to override.
From-SVN: r184336
Diffstat (limited to 'gcc/ada/prj.ads')
-rw-r--r-- | gcc/ada/prj.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/prj.ads b/gcc/ada/prj.ads index 44aa94d..877d1b5 100644 --- a/gcc/ada/prj.ads +++ b/gcc/ada/prj.ads @@ -1621,7 +1621,7 @@ package Prj is With_State : in out State; Include_Aggregated : Boolean := True; Imported_First : Boolean := False); - -- As above but with an associated context + -- As for For_Every_Project_Imported but with an associated context generic with procedure Action @@ -1631,7 +1631,7 @@ package Prj is procedure For_Project_And_Aggregated_Context (Root_Project : Project_Id; Root_Tree : Project_Tree_Ref); - -- As above but with an associated context + -- As for For_Project_And_Aggregated but with an associated context function Extend_Name (File : File_Name_Type; |