From c1cf60b88c16f1862e237dff87b968fc9feaea6d Mon Sep 17 00:00:00 2001 From: charlet Date: Fri, 24 Apr 2009 13:15:23 +0000 Subject: 2009-04-24 Arnaud Charlet * mlib-prj.adb: Use friendlier english identifier. * gnatcmd.adb, make.adb: Use better english identifiers. 2009-04-24 Robert Dewar * clean.adb: Minor reformatting git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@146715 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ada/clean.adb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/ada/clean.adb') diff --git a/gcc/ada/clean.adb b/gcc/ada/clean.adb index 8a70175cca8..ff59a467ffa 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; -- cgit v1.2.1