diff options
Diffstat (limited to 'gcc/ada/s-wwdcha.ads')
-rw-r--r-- | gcc/ada/s-wwdcha.ads | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/gcc/ada/s-wwdcha.ads b/gcc/ada/s-wwdcha.ads index 9981cff710e..9431fb7f12d 100644 --- a/gcc/ada/s-wwdcha.ads +++ b/gcc/ada/s-wwdcha.ads @@ -6,8 +6,8 @@ -- -- -- S p e c -- -- -- --- 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- -- -- ware Foundation; either version 2, or (at your option) any later ver- -- @@ -31,7 +31,7 @@ -- -- ------------------------------------------------------------------------------ --- This package contains the routine used for Character'Wide_Width +-- This package contains the routine used for Character'Wide_[Wide_]Width package System.WWd_Char is pragma Pure (WWd_Char); @@ -40,4 +40,8 @@ pragma Pure (WWd_Char); -- Compute Wide_Width attribute for non-static type derived from -- Character. The arguments are the low and high bounds for the type. + function Wide_Wide_Width_Character (Lo, Hi : Character) return Natural; + -- Compute Wide_Wide_Width attribute for non-static type derived from + -- Character. The arguments are the low and high bounds for the type. + end System.WWd_Char; |