diff options
Diffstat (limited to 'gcc/ada/a-zchuni.adb')
-rwxr-xr-x | gcc/ada/a-zchuni.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/a-zchuni.adb b/gcc/ada/a-zchuni.adb index bfeeedfd8e4..5d8facdff0a 100755 --- a/gcc/ada/a-zchuni.adb +++ b/gcc/ada/a-zchuni.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 2005, Free Software Foundation, Inc. -- +-- Copyright (C) 2005-2007, 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- -- @@ -33,7 +33,7 @@ package body Ada.Wide_Wide_Characters.Unicode is - package G renames GNAT.UTF_32; + package G renames System.UTF_32; ------------------ -- Get_Category -- |