diff options
Diffstat (limited to 'gcc/ada/a-tiflau.adb')
-rw-r--r-- | gcc/ada/a-tiflau.adb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/ada/a-tiflau.adb b/gcc/ada/a-tiflau.adb index 7953fef4b27..bfe6cb28639 100644 --- a/gcc/ada/a-tiflau.adb +++ b/gcc/ada/a-tiflau.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.Text_IO.Float_Aux is exception when Constraint_Error => - Last := Pos - 1; raise Data_Error; end Gets; |