diff options
Diffstat (limited to 'gcc/ada/s-valllu.ads')
-rw-r--r-- | gcc/ada/s-valllu.ads | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/gcc/ada/s-valllu.ads b/gcc/ada/s-valllu.ads index 8311f524e08..c3a6c2bb378 100644 --- a/gcc/ada/s-valllu.ads +++ b/gcc/ada/s-valllu.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1992,1993,1994,1995,1996 Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2005 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- -- @@ -42,8 +42,7 @@ pragma Pure (Val_LLU); function Scan_Long_Long_Unsigned (Str : String; Ptr : access Integer; - Max : Integer) - return System.Unsigned_Types.Long_Long_Unsigned; + Max : Integer) return System.Unsigned_Types.Long_Long_Unsigned; -- This function scans the string starting at Str (Ptr.all) for a valid -- integer according to the syntax described in (RM 3.5(43)). The substring -- scanned extends no further than Str (Max). There are three cases for the @@ -71,8 +70,7 @@ pragma Pure (Val_LLU); -- is greater than Max as required in this case. function Value_Long_Long_Unsigned - (Str : String) - return System.Unsigned_Types.Long_Long_Unsigned; + (Str : String) return System.Unsigned_Types.Long_Long_Unsigned; -- Used in computing X'Value (Str) where X is a modular integer type whose -- modulus exceeds the range of System.Unsigned_Types.Unsigned. Str is the -- string argument of the attribute. Constraint_Error is raised if the |