diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2011-08-04 15:59:40 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2011-08-04 15:59:40 +0200 |
commit | 24558db881d2789475da76d93a4e1369502ab867 (patch) | |
tree | 5a84e08f0904574b440e89320efb745d9d593cba /gcc/ada/lib-xref.ads | |
parent | 1f9939b5d9f5722d18fc84139826b2d8845a68c2 (diff) | |
download | gcc-24558db881d2789475da76d93a4e1369502ab867.zip gcc-24558db881d2789475da76d93a4e1369502ab867.tar.gz gcc-24558db881d2789475da76d93a4e1369502ab867.tar.bz2 |
[multiple changes]
2011-08-04 Yannick Moy <moy@adacore.com>
* sem_ch3.adb, sem_ch5.adb, sem_util.adb, sem_ch4.adb, sem_ch8.adb,
opt.ads, lib-xref.ads: Code clean up.
2011-08-04 Yannick Moy <moy@adacore.com>
* gnat_rm.texi: Update description of Test_Case
* gnat_ugn.texi: Typo.
2011-08-04 Ed Falis <falis@adacore.com>
* adaint.c (__gnat_get_number_of_cpus): fix typo in last checkin.
2011-08-04 Hristian Kirtchev <kirtchev@adacore.com>
* exp_ch4.adb (Suitable_Element): Skip field _parent on .NET/JVM when
it is of type Root_Controlled. This action eliminates fields Prev and
Next from type equality.
2011-08-04 Yannick Moy <moy@adacore.com>
* lib-xref-alfa.adb: Correct typo.
2011-08-04 Matthew Heaney <heaney@adacore.com>
* a-cohata.ads (Hash_Table_Type): default-initialize the Nodes
component.
From-SVN: r177390
Diffstat (limited to 'gcc/ada/lib-xref.ads')
-rw-r--r-- | gcc/ada/lib-xref.ads | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/ada/lib-xref.ads b/gcc/ada/lib-xref.ads index 5ddc273..ecee22a 100644 --- a/gcc/ada/lib-xref.ads +++ b/gcc/ada/lib-xref.ads @@ -177,7 +177,6 @@ package Lib.Xref is -- e = end of spec -- H = abstract type -- i = implicit reference - -- I = object definition with initialization -- k = implicit reference to parent unit in child unit -- l = label on END line -- m = modification |