aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/prj-attr.ads
diff options
context:
space:
mode:
authorRobert Dewar <dewar@gnat.com>2004-10-04 14:58:21 +0000
committerArnaud Charlet <charlet@gcc.gnu.org>2004-10-04 16:58:21 +0200
commitcd91501c62733d6bc51340cbbdcb6ca0b8015524 (patch)
treef29e625169dcfc496f3050d84735507fd3f0e5d6 /gcc/ada/prj-attr.ads
parentc71c53a8554e4bab6e4c375319f1af5d8584b88a (diff)
downloadgcc-cd91501c62733d6bc51340cbbdcb6ca0b8015524.zip
gcc-cd91501c62733d6bc51340cbbdcb6ca0b8015524.tar.gz
gcc-cd91501c62733d6bc51340cbbdcb6ca0b8015524.tar.bz2
a-except.adb: Add a comment for last change
2004-10-04 Robert Dewar <dewar@gnat.com> * a-except.adb: Add a comment for last change * einfo.ads: Minor spelling correction in comment * exp_pakd.adb, gnatdll.adb, prj-attr.ads: Minor reformatting * sem_ch11.adb: Fix a case of using | instead of \ for continuation messages. * sem_util.ads: Minor comment update From-SVN: r88499
Diffstat (limited to 'gcc/ada/prj-attr.ads')
-rw-r--r--gcc/ada/prj-attr.ads9
1 files changed, 4 insertions, 5 deletions
diff --git a/gcc/ada/prj-attr.ads b/gcc/ada/prj-attr.ads
index 4c09689..3104298 100644
--- a/gcc/ada/prj-attr.ads
+++ b/gcc/ada/prj-attr.ads
@@ -96,11 +96,10 @@ package Prj.Attr is
procedure Register_New_Package
(Name : String;
Attributes : Attribute_Data_Array);
- -- Add a new package with its attributes.
- -- This procedure can only be called after Initialize, but before any
- -- other call to a service of the Project Managers.
- -- Fail if the name of the package is empty or not unique, or if the names
- -- of the attributes are not different.
+ -- Add a new package with its attributes. This procedure can only be
+ -- called after Initialize, but before any other call to a service of
+ -- the Project Manager. Fail if the name of the package is empty or not
+ -- unique, or if the names of the attributes are not different.
----------------
-- Attributes --