[multiple changes]

2009-04-16  Ed Falis  <falis@adacore.com>

	* s-vxwext-kernel.adb: (ERROR): deleted unused constant

2009-04-16  Vincent Celier  <celier@adacore.com>

	* ali-util.adb: Minor comment spelling error fix

From-SVN: r146151
This commit is contained in:
Arnaud Charlet 2009-04-16 10:44:21 +02:00
parent 014caddba6
commit 0c72247e06
3 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,11 @@
2009-04-16 Ed Falis <falis@adacore.com>
* s-vxwext-kernel.adb: (ERROR): deleted unused constant
2009-04-16 Vincent Celier <celier@adacore.com>
* ali-util.adb: Minor comment spelling error fix
2009-04-16 Eric Botcazou <ebotcazou@adacore.com>
* exp_ch5.adb (Expand_Assign_Array): For the GCC back-end, do not

View File

@ -139,7 +139,7 @@ package body ALI.Util is
Full_Name := Find_File (Fname, Osint.Source);
-- If we cannot find the file, then return an impossible checksum,
-- impossible becaues checksums have the high order bit zero, so
-- impossible because checksums have the high order bit zero, so
-- that checksums do not match.
if Full_Name = No_File then

View File

@ -34,8 +34,6 @@
package body System.VxWorks.Ext is
ERROR : constant := -1;
--------------
-- Int_Lock --
--------------