aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/clean.adb
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2009-04-24 15:15:23 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2009-04-24 15:15:23 +0200
commit04f33e7bb4f53d700956e4336be01f96435397a3 (patch)
treebf5457e57672d83c55b1f9e5be104e68cc93e355 /gcc/ada/clean.adb
parentd1f453b76449578cac4b2c09fb574d85550e94ab (diff)
downloadgcc-04f33e7bb4f53d700956e4336be01f96435397a3.zip
gcc-04f33e7bb4f53d700956e4336be01f96435397a3.tar.gz
gcc-04f33e7bb4f53d700956e4336be01f96435397a3.tar.bz2
[multiple changes]
2009-04-24 Arnaud Charlet <charlet@adacore.com> * mlib-prj.adb: Use friendlier english identifier. * gnatcmd.adb, make.adb: Use better english identifiers. 2009-04-24 Robert Dewar <dewar@adacore.com> * clean.adb: Minor reformatting From-SVN: r146715
Diffstat (limited to 'gcc/ada/clean.adb')
-rw-r--r--gcc/ada/clean.adb4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/clean.adb b/gcc/ada/clean.adb
index 8a70175..ff59a46 100644
--- a/gcc/ada/clean.adb
+++ b/gcc/ada/clean.adb
@@ -6,7 +6,7 @@
-- --
-- B o d y --
-- --
--- Copyright (C) 2003-2008, Free Software Foundation, Inc. --
+-- Copyright (C) 2003-2009, 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- --
@@ -1029,7 +1029,7 @@ package body Clean is
Project_Table.Last (Project_Tree.Projects)
loop
if Has_Foreign_Sources
- (Project_Tree.Projects.Table (Proj))
+ (Project_Tree.Projects.Table (Proj))
then
Global_Archive := True;
exit;