aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/prj-dect.adb
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2009-07-13 14:24:23 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2009-07-13 14:24:23 +0200
commit7b00e31d1e201bdc2fb6518b8866bb0851261c7b (patch)
tree19c848f498fd1aeb18d050c15ec9536a48e2a910 /gcc/ada/prj-dect.adb
parent0e41a941ee11651b5805c730d2675902d64577aa (diff)
downloadgcc-7b00e31d1e201bdc2fb6518b8866bb0851261c7b.zip
gcc-7b00e31d1e201bdc2fb6518b8866bb0851261c7b.tar.gz
gcc-7b00e31d1e201bdc2fb6518b8866bb0851261c7b.tar.bz2
[multiple changes]
2009-07-13 Robert Dewar <dewar@adacore.com> * prj.ads, prj-dect.adb, prj-err.ads, prj-err.adb, prj-nmsc.adb, prj-strt.ads: Minor reformatting 2009-07-13 Thomas Quinot <quinot@adacore.com> * exp_dist.adb (Build_From_Any_Call): For the case of a generic type, set the type of the From_Any call to the base type. 2009-07-13 Doug Rupp <rupp@adacore.com> * symbols-processing-vms-ia64.adb (Process): Add variables and constants to retrieve and check for symbol visibility. 2009-07-13 Javier Miranda <miranda@adacore.com> * exp_ch4.adb (Expand_N_Unchecked_Type_Conversion): If conversion is to the identical type we remove the conversion completely because it is useless. From-SVN: r149575
Diffstat (limited to 'gcc/ada/prj-dect.adb')
-rw-r--r--gcc/ada/prj-dect.adb7
1 files changed, 3 insertions, 4 deletions
diff --git a/gcc/ada/prj-dect.adb b/gcc/ada/prj-dect.adb
index 9b8baf3..b55a7ed 100644
--- a/gcc/ada/prj-dect.adb
+++ b/gcc/ada/prj-dect.adb
@@ -79,10 +79,9 @@ package body Prj.Dect is
Packages_To_Check : String_List_Access;
Is_Config_File : Boolean;
Flags : Processing_Flags);
- -- Parse declarative items. Depending on In_Zone, some declarative
- -- items may be forbidden.
- -- Is_Config_File should be set to True if the project represents a config
- -- file (.cgpr) since some specific checks apply.
+ -- Parse declarative items. Depending on In_Zone, some declarative items
+ -- may be forbidden. Is_Config_File should be set to True if the project
+ -- represents a config file (.cgpr) since some specific checks apply.
procedure Parse_Package_Declaration
(In_Tree : Project_Node_Tree_Ref;