diff options
Diffstat (limited to 'gcc/ada/a-wtmoau.adb')
-rw-r--r-- | gcc/ada/a-wtmoau.adb | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gcc/ada/a-wtmoau.adb b/gcc/ada/a-wtmoau.adb index cdd48051b4e..e26d97a9604 100644 --- a/gcc/ada/a-wtmoau.adb +++ b/gcc/ada/a-wtmoau.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- -- @@ -126,9 +126,7 @@ package body Ada.Wide_Text_IO.Modular_Aux is exception when Constraint_Error => - Last := Pos - 1; raise Data_Error; - end Gets_LLU; -------------- @@ -149,9 +147,7 @@ package body Ada.Wide_Text_IO.Modular_Aux is exception when Constraint_Error => - Last := Pos - 1; raise Data_Error; - end Gets_Uns; ------------------ |