diff options
Diffstat (limited to 'gcc/ada/s-valint.adb')
-rw-r--r-- | gcc/ada/s-valint.adb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/ada/s-valint.adb b/gcc/ada/s-valint.adb index 7598efdea9c..8bfb3733d4b 100644 --- a/gcc/ada/s-valint.adb +++ b/gcc/ada/s-valint.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 1992-2005 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,9 +42,9 @@ package body System.Val_Int is ------------------ function Scan_Integer - (Str : String; - Ptr : access Integer; - Max : Integer) return Integer + (Str : String; + Ptr : access Integer; + Max : Integer) return Integer is Uval : Unsigned; -- Unsigned result |