diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2010-06-22 12:00:49 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2010-06-22 12:00:49 +0200 |
commit | 5c52bf3ba490639455d1ce816c2b2004bd3c65da (patch) | |
tree | 9bd7e03ea2f5e4ea9c071bb626f70a454deab26b /gcc/ada/lib-writ.ads | |
parent | be5a1b93684dfdc5f647f6fae4b93dd633190d07 (diff) | |
download | gcc-5c52bf3ba490639455d1ce816c2b2004bd3c65da.zip gcc-5c52bf3ba490639455d1ce816c2b2004bd3c65da.tar.gz gcc-5c52bf3ba490639455d1ce816c2b2004bd3c65da.tar.bz2 |
[multiple changes]
2010-06-22 Thomas Quinot <quinot@adacore.com>
* exp_attr.adb, lib-writ.ads, bindgen.adb: Minor reformatting.
* einfo.adb (Related_Expression, Set_Related_Expression): Add
assertions.
2010-06-22 Javier Miranda <miranda@adacore.com>
* sem_ch3.adb (Add_Internal_Interface_Entities): Minor code
reorganization to properly check if the operation has been inherited as
an abstract operation.
2010-06-22 Ed Falis <falis@adacore.com>
* s-osinte-vxworks.ads: Complete previous change.
From-SVN: r161159
Diffstat (limited to 'gcc/ada/lib-writ.ads')
-rw-r--r-- | gcc/ada/lib-writ.ads | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/ada/lib-writ.ads b/gcc/ada/lib-writ.ads index b3207c1b..8e8e321 100644 --- a/gcc/ada/lib-writ.ads +++ b/gcc/ada/lib-writ.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1992-2009, Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2010, 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- -- @@ -610,8 +610,8 @@ package Lib.Writ is --------------------- -- The reference lines contain information about references from any of the - -- units in the compilation (including, body version and version - -- attributes, linker options pragmas and source dependencies. + -- units in the compilation (including body version and version attributes, + -- linker options pragmas and source dependencies). -- ------------------------------------ -- -- E External Version References -- @@ -696,7 +696,7 @@ package Lib.Writ is -- reference data. See the spec of Par_SCO for full details of the format. ---------------------- - -- Global_Variables -- + -- Global variables -- ---------------------- -- The table structure defined here stores one entry for each |