aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/make.adb
diff options
context:
space:
mode:
authorEmmanuel Briot <briot@adacore.com>2009-04-29 12:10:28 +0000
committerArnaud Charlet <charlet@gcc.gnu.org>2009-04-29 14:10:28 +0200
commitbd0a4cabe3f07ec4751ac3cecd4e35bfa2ca0906 (patch)
tree699db50c8964626cd1cf978fd50f643e924d553c /gcc/ada/make.adb
parent69cb258c42f443c2def36a9e6864c7a3538e323c (diff)
downloadgcc-bd0a4cabe3f07ec4751ac3cecd4e35bfa2ca0906.zip
gcc-bd0a4cabe3f07ec4751ac3cecd4e35bfa2ca0906.tar.gz
gcc-bd0a4cabe3f07ec4751ac3cecd4e35bfa2ca0906.tar.bz2
2009-04-29 Emmanuel Briot <briot@adacore.com>
* gnatcmd.adb, prj-proc.adb, prj-proc.ads, make.adb, prj-part.adb, prj-part.ads, prj.adb, prj.ads, clean.adb, prj-dect.adb, prj-dect.ads, prj-nmsc.adb, prj-nmsc.ads, prj-pars.adb, prj-pars.ads, prj-makr.adb (Set_In_Configuration, In_Configuration): Removed. Replaced by an extra parameter Is_Config_File in several parameter to avoid global variables to store the state of the parser. From-SVN: r146955
Diffstat (limited to 'gcc/ada/make.adb')
-rw-r--r--gcc/ada/make.adb3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/ada/make.adb b/gcc/ada/make.adb
index 59f0ab1..3206bc1 100644
--- a/gcc/ada/make.adb
+++ b/gcc/ada/make.adb
@@ -6843,7 +6843,8 @@ package body Make is
(Project => Main_Project,
In_Tree => Project_Tree,
Project_File_Name => Project_File_Name.all,
- Packages_To_Check => Packages_To_Check_By_Gnatmake);
+ Packages_To_Check => Packages_To_Check_By_Gnatmake,
+ Is_Config_File => False);
-- The parsing of project files may have changed the current output