diff options
Diffstat (limited to 'gcc/ada/fname-uf.ads')
-rw-r--r-- | gcc/ada/fname-uf.ads | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/ada/fname-uf.ads b/gcc/ada/fname-uf.ads index 50c15bf33d5..24966bb441e 100644 --- a/gcc/ada/fname-uf.ads +++ b/gcc/ada/fname-uf.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1992-2003 Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2004 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- -- @@ -45,7 +45,8 @@ package Fname.UF is function Get_File_Name (Uname : Unit_Name_Type; - Subunit : Boolean) return File_Name_Type; + Subunit : Boolean; + May_Fail : Boolean := False) return File_Name_Type; -- This function returns the file name that corresponds to a given unit -- name, Uname. The Subunit parameter is set True for subunits, and -- false for all other kinds of units. The caller is responsible for |