aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/prj-part.adb
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2009-06-23 12:09:38 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2009-06-23 12:09:38 +0200
commit0d354370f2e1b51efcf45c9241cabd0c7873b977 (patch)
tree4cf2eac6922db590544ebbe8c49c46f4c7b45b6c /gcc/ada/prj-part.adb
parent85b7d482bb14e368989797ff40e6ae09dde2e820 (diff)
downloadgcc-0d354370f2e1b51efcf45c9241cabd0c7873b977.zip
gcc-0d354370f2e1b51efcf45c9241cabd0c7873b977.tar.gz
gcc-0d354370f2e1b51efcf45c9241cabd0c7873b977.tar.bz2
[multiple changes]
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 From-SVN: r148843
Diffstat (limited to 'gcc/ada/prj-part.adb')
-rw-r--r--gcc/ada/prj-part.adb1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ada/prj-part.adb b/gcc/ada/prj-part.adb
index 3c203f0..6582e6b 100644
--- a/gcc/ada/prj-part.adb
+++ b/gcc/ada/prj-part.adb
@@ -1227,6 +1227,7 @@ package body Prj.Part is
end if;
if Is_Config_File and then Proj_Qualifier = Unspecified then
+
-- Set the qualifier to Configuration, even if the token doesn't
-- exist in the source file itself, so that we can differentiate
-- project files and configuration files later on.