diff options
Diffstat (limited to 'gcc/ada/s-valcha.adb')
-rw-r--r-- | gcc/ada/s-valcha.adb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/ada/s-valcha.adb b/gcc/ada/s-valcha.adb index 561d170c819..734b2af39f5 100644 --- a/gcc/ada/s-valcha.adb +++ b/gcc/ada/s-valcha.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 1992,1993,1994 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- -- @@ -69,7 +69,6 @@ package body System.Val_Char is raise Constraint_Error; end if; - end Value_Character; end System.Val_Char; |