diff options
author | Vincent Celier <celier@adacore.com> | 2014-01-23 16:39:02 +0000 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2014-01-23 17:39:02 +0100 |
commit | 225a0c5c56d59d37dc06f98e8388a21c9bc6d02f (patch) | |
tree | 77aa76429da8c5a7410bf03b94496a9b7414a446 /gcc/ada/prj-pars.adb | |
parent | bdd6d80ab590fb02b3eef29fbdc4fc72142e1be1 (diff) | |
download | gcc-225a0c5c56d59d37dc06f98e8388a21c9bc6d02f.tar.gz |
prj-conf.adb (Get_Or_Create_Configuration_File): Never parse a config project file if On_Load_Config is not null.
2014-01-23 Vincent Celier <celier@adacore.com>
* prj-conf.adb (Get_Or_Create_Configuration_File): Never parse
a config project file if On_Load_Config is not null.
* prj-pars.adb: Minor comment changes.
From-SVN: r206984
Diffstat (limited to 'gcc/ada/prj-pars.adb')
-rw-r--r-- | gcc/ada/prj-pars.adb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/ada/prj-pars.adb b/gcc/ada/prj-pars.adb index 3aba38dcfa1..a0d083488cf 100644 --- a/gcc/ada/prj-pars.adb +++ b/gcc/ada/prj-pars.adb @@ -83,9 +83,6 @@ package body Prj.Pars is -- However, we will simulate one that only contains the default -- GNAT naming scheme. - -- We pass an invalid config_file_name, to prevent reading a - -- default.cgpr that might happen to be in the current directory. - Process_Project_And_Apply_Config (Main_Project => The_Project, User_Project_Node => Project_Node, |