diff options
Diffstat (limited to 'gcc/ada/a-zchara.ads')
-rwxr-xr-x | gcc/ada/a-zchara.ads | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gcc/ada/a-zchara.ads b/gcc/ada/a-zchara.ads new file mode 100755 index 00000000000..916a9c0fe24 --- /dev/null +++ b/gcc/ada/a-zchara.ads @@ -0,0 +1,18 @@ +------------------------------------------------------------------------------ +-- -- +-- GNAT RUN-TIME COMPONENTS -- +-- -- +-- A D A . W I D E _ W I D E _ C H A R A C T E R S -- +-- -- +-- S p e c -- +-- -- +-- This specification is adapted from the Ada Reference Manual for use with -- +-- GNAT. In accordance with the copyright of that document, you can freely -- +-- copy and modify this specification, provided that if you redistribute a -- +-- modified version, any changes that you have made are clearly indicated. -- +-- -- +------------------------------------------------------------------------------ + +package Ada.Wide_Wide_Characters is +pragma Pure (Wide_Wide_Characters); +end Ada.Wide_Wide_Characters; |