diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2009-11-30 11:45:39 +0100 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2009-11-30 11:45:39 +0100 |
commit | 196b199369f3e1f24c391891fcf9ab90de2a2739 (patch) | |
tree | 3b261d5a5445f547021de9cc6066149576f1ce31 /gcc/ada/osint.ads | |
parent | ffab1d071ca78b02490bb39ae784d1ad45f4eb04 (diff) | |
download | gcc-196b199369f3e1f24c391891fcf9ab90de2a2739.tar.gz |
[multiple changes]
2009-11-30 Robert Dewar <dewar@adacore.com>
* osint.ads, prj.adb, prj.ads: Minor reformatting
* s-stchop.adb, s-taprop-vxworks.adb, s-taprop-tru64.adb,
s-taprop-vms.adb, s-taprop-linux.adb, s-taprop-solaris.adb,
s-strxdr.adb, s-taprop-irix.adb,
s-osinte-hpux-dce.adb, s-osinte-tru64.adb, s-taenca.adb,
s-taprop-hpux-dce.adb, s-stausa.adb, s-taprop-posix.adb: Minor code
reorganization (use conditional expressions).
2009-11-30 Bob Duff <duff@adacore.com>
* g-sttsne-locking.adb (Copy_Service_Entry): Complete previous change.
From-SVN: r154779
Diffstat (limited to 'gcc/ada/osint.ads')
-rw-r--r-- | gcc/ada/osint.ads | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gcc/ada/osint.ads b/gcc/ada/osint.ads index 8353908afec..38ae79598e7 100644 --- a/gcc/ada/osint.ads +++ b/gcc/ada/osint.ads @@ -207,10 +207,9 @@ package Osint is function To_Host_Dir_Spec (Canonical_Dir : String; Prefix_Style : Boolean) return String_Access; - -- Convert a canonical syntax directory specification to host syntax. - -- The Prefix_Style flag is currently ignored but should be set to - -- False. - -- Caller must free result + -- Convert a canonical syntax directory specification to host syntax. The + -- Prefix_Style flag is currently ignored but should be set to False. + -- Note that the caller must free result. function To_Host_File_Spec (Canonical_File : String) return String_Access; |