diff options
Diffstat (limited to 'gcc/ada/s-valuti.adb')
-rw-r--r-- | gcc/ada/s-valuti.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/s-valuti.adb b/gcc/ada/s-valuti.adb index dede3366081..6101d1af92e 100644 --- a/gcc/ada/s-valuti.adb +++ b/gcc/ada/s-valuti.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 1992-2001, Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2002, 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- -- @@ -31,7 +31,7 @@ -- -- ------------------------------------------------------------------------------ -with GNAT.Case_Util; use GNAT.Case_Util; +with System.Case_Util; use System.Case_Util; package body System.Val_Util is |