diff options
Diffstat (limited to 'gcc/ada/a-wtflau.adb')
-rw-r--r-- | gcc/ada/a-wtflau.adb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/ada/a-wtflau.adb b/gcc/ada/a-wtflau.adb index c7c6741d1b9..c1da8cb4991 100644 --- a/gcc/ada/a-wtflau.adb +++ b/gcc/ada/a-wtflau.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 1992-2001 Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2003 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- -- @@ -82,7 +82,6 @@ package body Ada.Wide_Text_IO.Float_Aux is exception when Constraint_Error => - Last := Pos - 1; raise Data_Error; end Gets; |