diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-06-06 10:14:14 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-06-06 10:14:14 +0000 |
commit | 2754ce81f460d4f12967cef0a17559b1d3cd649c (patch) | |
tree | b51440baca1000109ade68e8810c96e54d706828 /gcc/ada/a-wichun.ads | |
parent | f163f79ea337476c9b935eca4b2f0a747b1eb47e (diff) | |
download | gcc-2754ce81f460d4f12967cef0a17559b1d3cd649c.tar.gz |
2007-04-20 Robert Dewar <dewar@adacore.com>
* g-string.adb, s-proinf-irix-athread.adb, s-gloloc-mingw.adb,
s-tfsetr-default.adb, gnatfind.adb, gnatxref.adb, gprep.adb,
g-regexp.adb, g-regexp.ads, g-regpat.ads, g-tasloc.adb, g-tasloc.ads,
output.adb, switch-m.ads, tree_in.ads, tree_io.ads, indepsw.ads,
g-utf_32.adb, g-utf_32.ads, a-wichun.adb, a-wichun.ads, a-zchuni.adb,
a-zchuni.ads: Replace GNAT.xxx by System.xxx when appropriate.
* s-utf_32.adb, s-utf_32.ads, s-os_lib.adb, s-os_lib.ads, s-regexp.adb,
s-regexp.ads, s-regpat.adb, s-regpat.ads, s-string.adb, s-string.ads,
s-tasloc.adb, s-tasloc.ads: New files.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@125360 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/a-wichun.ads')
-rwxr-xr-x | gcc/ada/a-wichun.ads | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/a-wichun.ads b/gcc/ada/a-wichun.ads index b112a61b3ba..eb30fc7e5e6 100755 --- a/gcc/ada/a-wichun.ads +++ b/gcc/ada/a-wichun.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- 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- -- @@ -36,7 +36,7 @@ -- Ada 2005 unit), but we make it available in Ada 95 mode, since it -- only deals with wide characters. -with GNAT.UTF_32; +with System.UTF_32; package Ada.Wide_Characters.Unicode is @@ -44,7 +44,7 @@ package Ada.Wide_Characters.Unicode is -- The one addition we make is Fe, which represents the characters FFFE -- and FFFF in any of the planes. - type Category is new GNAT.UTF_32.Category; + type Category is new System.UTF_32.Category; -- Cc Other, Control -- Cf Other, Format -- Cn Other, Not Assigned |