diff options
Diffstat (limited to 'gcc/ada/s-carsi8.ads')
-rw-r--r-- | gcc/ada/s-carsi8.ads | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/gcc/ada/s-carsi8.ads b/gcc/ada/s-carsi8.ads index 64a52059e15..f810dd6a440 100644 --- a/gcc/ada/s-carsi8.ads +++ b/gcc/ada/s-carsi8.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 2002 Free Software Foundation, Inc. -- +-- Copyright (C) 2002-2004 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- -- @@ -44,8 +44,7 @@ package System.Compare_Array_Signed_8 is (Left : System.Address; Right : System.Address; Left_Len : Natural; - Right_Len : Natural) - return Integer; + Right_Len : Natural) return Integer; -- Compare the array starting at address Left of length Left_Len -- with the array starting at address Right of length Right_Len. -- The comparison is in the normal Ada semantic sense of array @@ -57,8 +56,7 @@ package System.Compare_Array_Signed_8 is (Left : System.Address; Right : System.Address; Left_Len : Natural; - Right_Len : Natural) - return Integer; + Right_Len : Natural) return Integer; -- Same functionality as Compare_Array_U8 but always proceeds by -- bytes. Used when the caller knows that the operands are unaligned, -- or short enough that it makes no sense to go by words. |