diff options
author | Vincent Celier <celier@adacore.com> | 2007-09-26 12:45:36 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2007-09-26 12:45:36 +0200 |
commit | 6de1be0227dca0c582c9cf21c45214c6c02918c4 (patch) | |
tree | 096c42ed478e183982e795cb1982383ddb01eb49 /gcc/ada/osint-b.adb | |
parent | 503299f994d728736f856a42891ddf69c5836a8e (diff) | |
download | gcc-6de1be0227dca0c582c9cf21c45214c6c02918c4.zip gcc-6de1be0227dca0c582c9cf21c45214c6c02918c4.tar.gz gcc-6de1be0227dca0c582c9cf21c45214c6c02918c4.tar.bz2 |
osint.adb, osint.ads: Minor reformatting
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
From-SVN: r128799
Diffstat (limited to 'gcc/ada/osint-b.adb')
-rw-r--r-- | gcc/ada/osint-b.adb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/ada/osint-b.adb b/gcc/ada/osint-b.adb index c148a44..80009a5 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 -- ----------------------- |