diff options
Diffstat (limited to 'gcc/ada/s-valrea.ads')
-rw-r--r-- | gcc/ada/s-valrea.ads | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/ada/s-valrea.ads b/gcc/ada/s-valrea.ads index 94e40584f59..2d01468f408 100644 --- a/gcc/ada/s-valrea.ads +++ b/gcc/ada/s-valrea.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- -- @@ -37,8 +37,7 @@ pragma Pure (Val_Real); function Scan_Real (Str : String; Ptr : access Integer; - Max : Integer) - return Long_Long_Float; + Max : Integer) return Long_Long_Float; -- This function scans the string starting at Str (Ptr.all) for a valid -- real literal according to the syntax described in (RM 3.5(43)). The -- substring scanned extends no further than Str (Max). There are three |