diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2007-08-31 12:25:05 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2007-08-31 12:25:05 +0200 |
commit | a2c20cfae5640dec2def45e2f0fa896b7d9b210c (patch) | |
tree | f1e88bfda22dd5a27db9fd6c3b9c1d89c38b041a /gcc/ada/fmap.ads | |
parent | f2a211a30a9d15d7ad11f648006ed683ae6d620e (diff) | |
download | gcc-a2c20cfae5640dec2def45e2f0fa896b7d9b210c.zip gcc-a2c20cfae5640dec2def45e2f0fa896b7d9b210c.tar.gz gcc-a2c20cfae5640dec2def45e2f0fa896b7d9b210c.tar.bz2 |
[multiple changes]
2007-08-31 Vincent Celier <celier@adacore.com>
* fmap.ads: Minor comment updates
2007-08-31 GNAT Script <nobody@adacore.com>
* Make-lang.in: Makefile automatically updated
2007-08-31 Bob Duff <duff@adacore.com>
* sinfo.ads: Minor comment fix.
2007-08-31 Thomas Quinot <quinot@adacore.com>
* stand.ads: (Standard_Debug_Renaming_Type): Make comment consistent
with implementation.
Documentation cleanup only.
2007-08-31 Sergey Rybin <rybin@adacore.com>
* vms_data.ads: Add new qualifier /STMT_NAME_ON_NEW_LINE for the new
gnatpp '--separate-stmt-name' option.
Add new qualifier /USE_ON_NEW_LIN for the new gnatpp '--use-on-new-line'
option.
* gnat_ugn.texi: Add description for the new gnatpp
'--separate-stmt-name' and '--use-on-new-line' options.
From-SVN: r127984
Diffstat (limited to 'gcc/ada/fmap.ads')
-rw-r--r-- | gcc/ada/fmap.ads | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/fmap.ads b/gcc/ada/fmap.ads index 17528a5..879b51f 100644 --- a/gcc/ada/fmap.ads +++ b/gcc/ada/fmap.ads @@ -66,12 +66,12 @@ package Fmap is procedure Add_Forbidden_File_Name (Name : File_Name_Type); -- Indicate that a source file name is forbidden. - -- This is used by gnatmake when there are Locally_Removed_Files in - -- extending projects. + -- This is used by gnatmake when there are excluded sources in projects + -- (attributes Excluded_Source_Files or Locally_Removed_Files). procedure Remove_Forbidden_File_Name (Name : File_Name_Type); -- Indicate that a source file name that was forbidden is no longer - -- forbidden. Used by gnatmake when a locally removed file is redefined + -- forbidden. Used by gnatmake when an excluded source is redefined -- in another extending project. end Fmap; |