From 196b199369f3e1f24c391891fcf9ab90de2a2739 Mon Sep 17 00:00:00 2001 From: Arnaud Charlet Date: Mon, 30 Nov 2009 11:45:39 +0100 Subject: [multiple changes] 2009-11-30 Robert Dewar * 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 * g-sttsne-locking.adb (Copy_Service_Entry): Complete previous change. From-SVN: r154779 --- gcc/ada/osint.ads | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'gcc/ada/osint.ads') 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; -- cgit v1.2.1