aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/errout.ads
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2009-04-24 15:48:25 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2009-04-24 15:48:25 +0200
commit6db828c3c5271d23d037f55824d9d0a6c07497ab (patch)
treef6dcf1cb6d3f62b29f08f5b32a80437608a4e6a6 /gcc/ada/errout.ads
parentad58aabeb588b6487a4adb8125330dd4abd5af43 (diff)
downloadgcc-6db828c3c5271d23d037f55824d9d0a6c07497ab.zip
gcc-6db828c3c5271d23d037f55824d9d0a6c07497ab.tar.gz
gcc-6db828c3c5271d23d037f55824d9d0a6c07497ab.tar.bz2
[multiple changes]
2009-04-24 Robert Dewar <dewar@adacore.com> * errout.ads: Minor reformatting 2009-04-24 Emmanuel Briot <briot@adacore.com> * gnat_ugn.texi (Library Projects): add documentation on gnatmake's behavior when the project includes sources from multiple languages 2009-04-24 Vincent Celier <celier@adacore.com> * prj.adb (Has_Foreign_Sources): Returns True in Ada_Only mode if there is a language other than Ada declared. * makeutl.adb (Linker_Options_Switches): Call For_All_Projects with Imported_First set to True. From-SVN: r146722
Diffstat (limited to 'gcc/ada/errout.ads')
-rw-r--r--gcc/ada/errout.ads4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/errout.ads b/gcc/ada/errout.ads
index bc86f15..41daf24 100644
--- a/gcc/ada/errout.ads
+++ b/gcc/ada/errout.ads
@@ -651,8 +651,8 @@ package Errout is
-- suppressed.
procedure Error_Msg_F (Msg : String; N : Node_Id);
- -- Similar to Error_Msg_N except that the message is placed on the
- -- first node of the construct N (First_Node (N)).
+ -- Similar to Error_Msg_N except that the message is placed on the first
+ -- node of the construct N (First_Node (N)).
procedure Error_Msg_NE
(Msg : String;