diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-06-23 10:09:38 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-06-23 10:09:38 +0000 |
commit | 63f6eb0f10025e4a503ebc808f6ea445e861b36c (patch) | |
tree | 4cf2eac6922db590544ebbe8c49c46f4c7b45b6c /gcc/ada/prj-conf.ads | |
parent | 6e07b0e09cb0b49fcc756bd27b43db1655e62137 (diff) | |
download | gcc-63f6eb0f10025e4a503ebc808f6ea445e861b36c.tar.gz |
2009-06-23 Ed Schonberg <schonberg@adacore.com>
* sem_ch10.adb (Remove_Limited_With_Clause): Clean up code that handles
incomplete type declarations. Previous code was potentially quadratic
in the number of visible declarations in any package appearing in a
limited_with_clause.
2009-06-23 Robert Dewar <dewar@adacore.com>
* prj-conf.ads, prj-part.adb, prj-proc.adb, prj-proc.ads, sem_ch8.adb,
xref_lib.adb: Minor reformatting
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148843 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/prj-conf.ads')
-rw-r--r-- | gcc/ada/prj-conf.ads | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/ada/prj-conf.ads b/gcc/ada/prj-conf.ads index a3a499f09bb..091ae5429b7 100644 --- a/gcc/ada/prj-conf.ads +++ b/gcc/ada/prj-conf.ads @@ -35,11 +35,11 @@ package Prj.Conf is Project_Node_Tree : Prj.Tree.Project_Node_Tree_Ref); -- Hook called after the config file has been parsed. This lets the -- application do last minute changes to it (GPS uses this to add the - -- default naming schemes for instance). - -- At that point, the config file has not been applied to the project yet. - -- When no config file was found, and automatic generation is disabled, it - -- is possible that Config_File is set to Empty_Node when this procedure is - -- called. You can then decide to create a new config file if you need. + -- default naming schemes for instance). At that point, the config file + -- has not been applied to the project yet. When no config file was found, + -- and automatic generation is disabled, it is possible that Config_File + -- is set to Empty_Node when this procedure is called. You can then decide + -- to create a new config file if you need. procedure Parse_Project_And_Apply_Config (Main_Project : out Prj.Project_Id; |