diff options
Diffstat (limited to 'gcc/ada/s-wchcnv.ads')
-rw-r--r-- | gcc/ada/s-wchcnv.ads | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/ada/s-wchcnv.ads b/gcc/ada/s-wchcnv.ads index 38ca113a6b2..65180ca2a57 100644 --- a/gcc/ada/s-wchcnv.ads +++ b/gcc/ada/s-wchcnv.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1992-2000 Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2003 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- -- @@ -35,6 +35,9 @@ -- sequences of Character and Wide_Character. All access to wide character -- sequences is isolated in this unit. +-- This unit may be used directly from an application program by providing +-- an appropriate WITH, and the interface can be expected to remain stable. + with System.WCh_Con; package System.WCh_Cnv is |