aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/lib-writ.adb
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2010-10-05 11:42:12 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2010-10-05 11:42:12 +0200
commita8ef12e56bd1e729917e63ad98c68072d7605f81 (patch)
tree4e57fa2567bf2f6057c16ef8f3c27eb8f5379c98 /gcc/ada/lib-writ.adb
parent79d34420f69ba14ae2250503f3287552e77a0773 (diff)
downloadgcc-a8ef12e56bd1e729917e63ad98c68072d7605f81.zip
gcc-a8ef12e56bd1e729917e63ad98c68072d7605f81.tar.gz
gcc-a8ef12e56bd1e729917e63ad98c68072d7605f81.tar.bz2
[multiple changes]
2010-10-05 Ed Schonberg <schonberg@adacore.com> * exp_ch4.adb: Fix typo. 2010-10-05 Thomas Quinot <quinot@adacore.com> * lib-writ.adb: Minor reformatting. 2010-10-05 Javier Miranda <miranda@adacore.com> * sem_ch3.adb (Access_Definition): Remove useless code. From-SVN: r164974
Diffstat (limited to 'gcc/ada/lib-writ.adb')
-rw-r--r--gcc/ada/lib-writ.adb12
1 files changed, 6 insertions, 6 deletions
diff --git a/gcc/ada/lib-writ.adb b/gcc/ada/lib-writ.adb
index 24cce92..8912dfa 100644
--- a/gcc/ada/lib-writ.adb
+++ b/gcc/ada/lib-writ.adb
@@ -6,7 +6,7 @@
-- --
-- B o d y --
-- --
--- Copyright (C) 1992-2009, Free Software Foundation, Inc. --
+-- Copyright (C) 1992-2010, Free Software Foundation, Inc. --
-- --
-- GNAT is free software; you can redistribute it and/or modify it under --
-- terms of the GNU General Public License as published by the Free Soft- --
@@ -859,8 +859,8 @@ package body Lib.Writ is
return;
end if;
- -- Build sorted source dependency table. We do this right away,
- -- because it is referenced by Up_To_Date_ALI_File_Exists.
+ -- Build sorted source dependency table. We do this right away, because
+ -- it is referenced by Up_To_Date_ALI_File_Exists.
for Unum in Units.First .. Last_Unit loop
if Cunit_Entity (Unum) = Empty
@@ -875,9 +875,9 @@ package body Lib.Writ is
Lib.Sort (Sdep_Table (1 .. Num_Sdep));
- -- If we are not generating code, and there is an up to date
- -- ali file accessible, read it, and acquire the compilation
- -- arguments from this file.
+ -- If we are not generating code, and there is an up to date ALI file
+ -- file accessible, read it, and acquire the compilation arguments from
+ -- this file.
if Operating_Mode /= Generate_Code then
if Up_To_Date_ALI_File_Exists then