summaryrefslogtreecommitdiff
path: root/gcc/ada/osint-b.adb
diff options
context:
space:
mode:
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2007-09-26 10:45:36 +0000
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2007-09-26 10:45:36 +0000
commita62b78c7cd83f25670f2b03bc0bb71d8c5b2aff6 (patch)
tree096c42ed478e183982e795cb1982383ddb01eb49 /gcc/ada/osint-b.adb
parent958817fd9427dfaae31fbaf799023dbebb1b22d9 (diff)
downloadgcc-a62b78c7cd83f25670f2b03bc0bb71d8c5b2aff6.tar.gz
2007-09-26 Vincent Celier <celier@adacore.com>
* osint.adb, osint.ads: Minor reformatting * osint-b.adb, osint-b.ads (Set_Current_File_Name_Index): New procedure git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@128799 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/osint-b.adb')
-rw-r--r--gcc/ada/osint-b.adb9
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/ada/osint-b.adb b/gcc/ada/osint-b.adb
index c148a4465fc..80009a56c74 100644
--- a/gcc/ada/osint-b.adb
+++ b/gcc/ada/osint-b.adb
@@ -167,6 +167,15 @@ package body Osint.B is
function Next_Main_Lib_File return File_Name_Type renames Next_Main_File;
+ ---------------------------------
+ -- Set_Current_File_Name_Index --
+ ---------------------------------
+
+ procedure Set_Current_File_Name_Index (To : Int) is
+ begin
+ Current_File_Name_Index := To;
+ end Set_Current_File_Name_Index;
+
-----------------------
-- Write_Binder_Info --
-----------------------