aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/lib-util.ads
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2009-07-22 17:35:52 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2009-07-22 17:35:52 +0200
commitf7f0159df726567169986a6ab8262a2312409b31 (patch)
treeec72a3ab616ae23abfff8cc32b73dd7c9ff95059 /gcc/ada/lib-util.ads
parenta8338640f145dbbb2aeb7a256dc8c98a6521e4c5 (diff)
downloadgcc-f7f0159df726567169986a6ab8262a2312409b31.zip
gcc-f7f0159df726567169986a6ab8262a2312409b31.tar.gz
gcc-f7f0159df726567169986a6ab8262a2312409b31.tar.bz2
[multiple changes]
2009-07-22 Sergey Rybin <rybin@adacore.com> * gnat_ugn.texi: Update doc for some gnatcheck rules. 2009-07-22 Robert Dewar <dewar@adacore.com> * par_sco.adb, par_sco.ads (pscos): New debug routine to output contents of SCO tables. * put_scos.adb, put_scos.ads, get_scos.adb, get_scos.ads, scos.adb, scos.ads: New files. * gcc-interface/Make-lang.in: Update dependencies. * lib-util.ads, gnatbind.ads, ali.ads, binderr.ads: Minor comment fixes and reformatting. From-SVN: r149943
Diffstat (limited to 'gcc/ada/lib-util.ads')
-rw-r--r--gcc/ada/lib-util.ads8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/ada/lib-util.ads b/gcc/ada/lib-util.ads
index f08e890..a8326ac 100644
--- a/gcc/ada/lib-util.ads
+++ b/gcc/ada/lib-util.ads
@@ -6,7 +6,7 @@
-- --
-- B o d y --
-- --
--- Copyright (C) 1992-2007, Free Software Foundation, Inc. --
+-- Copyright (C) 1992-2009, Free Software Foundation, Inc. --
-- --
-- GNAT is free software; you can redistribute it and/or modify it under --
-- terms of the GNU General Public License as published by the Free Soft- --
@@ -45,9 +45,9 @@ package Lib.Util is
-- if the host system needs a write for each line.
procedure Write_Info_Initiate (Key : Character);
- -- Initiates write of new line to info file, the parameter is the
- -- keyword character for the line. The caller is responsible for
- -- writing the required blank after the key character.
+ -- Initiates write of new line to info file, the parameter is the keyword
+ -- character for the line. The caller is responsible for writing the
+ -- required blank after the key character if needed.
procedure Write_Info_Nat (N : Nat);
-- Adds image of N to Info_Buffer with no leading or trailing blanks