summaryrefslogtreecommitdiff
path: root/gcc/ada/osint.ads
diff options
context:
space:
mode:
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2009-11-30 10:34:43 +0000
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2009-11-30 10:34:43 +0000
commitf4e3ef7d8fa106f3408ec3fbc1f73ffa781fc2f6 (patch)
tree834744c75cd321ac555760daef581f47b6f7b4c1 /gcc/ada/osint.ads
parent8d1e3745fc7dcd77f68e7e3841209bb73e284aa6 (diff)
downloadgcc-f4e3ef7d8fa106f3408ec3fbc1f73ffa781fc2f6.tar.gz
2009-11-30 Robert Dewar <dewar@adacore.com>
* s-stchop-vxworks.adb: Add comment. 2009-11-30 Emmanuel Briot <briot@adacore.com> * make.adb, prj.adb, prj.ads (Compute_All_Imported_Projects): Now acts on the whole tree, to better share code with gprbuild. (Length): New subprogram, to share code in gprbuild. (Project_Data): Remove fields that are only needed when compiling a project in gprbuild (where we use local variables instead) * osint.adb, osint.ads: Added minor comment on memory management git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@154774 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/osint.ads')
-rw-r--r--gcc/ada/osint.ads1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ada/osint.ads b/gcc/ada/osint.ads
index 2fa256107ad..8353908afec 100644
--- a/gcc/ada/osint.ads
+++ b/gcc/ada/osint.ads
@@ -210,6 +210,7 @@ package Osint is
-- 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
function To_Host_File_Spec
(Canonical_File : String) return String_Access;