diff options
author | Robert Dewar <dewar@adacore.com> | 2007-10-15 15:58:20 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2007-10-15 15:58:20 +0200 |
commit | 1033834f3b0bc6fa0c8db5a03c412d3a2b05b9d2 (patch) | |
tree | 51acb2abb4ef8b5a72e09e35ec949add9fa416cb /gcc/ada/osint-b.ads | |
parent | 569f538b9d55c4cb780cf03df9357eb61139ba5a (diff) | |
download | gcc-1033834f3b0bc6fa0c8db5a03c412d3a2b05b9d2.tar.gz |
errout.ads: Comment clarification
2007-10-15 Robert Dewar <dewar@adacore.com>
* errout.ads: Comment clarification
* exp_ch4.adb (Expand_N_Allocator): Code cleanup.
(Expand_N_Op_Eq): Improve handling of array equality with -gnatVa
* lib.ads: Comment update
* init.c: Minor reformatting.
* sem_attr.adb: Minor formatting
* osint-b.ads: Minor reformatting
* sem_ch9.adb: Implement -gnatd.I switch
* g-comlin.adb: (Start): Fix handling of empty command line.
* gnatcmd.adb (GNATCmd): Do not put the -rules in the -cargs section,
even when -rules follows the -cargs section.
From-SVN: r129343
Diffstat (limited to 'gcc/ada/osint-b.ads')
-rw-r--r-- | gcc/ada/osint-b.ads | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/ada/osint-b.ads b/gcc/ada/osint-b.ads index a0fa2bba15e..2f9460c624a 100644 --- a/gcc/ada/osint-b.ads +++ b/gcc/ada/osint-b.ads @@ -79,7 +79,6 @@ package Osint.B is -- buffers etc from writes by Write_Binder_Info. procedure Set_Current_File_Name_Index (To : Int); - -- Set the value of Current_File_Name_Index (in the private part of Osint) - -- to To. + -- Set value of Current_File_Name_Index (in private part of Osint) to To end Osint.B; |