diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-06-14 12:16:07 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-06-14 12:16:07 +0000 |
commit | 0d28a99e76e73f2c1fbcdc8ca4ed114cad86f0b1 (patch) | |
tree | 963a28c44a6fdbed1daffde22f7bc86586e6b400 /gcc/ada/lib-xref.ads | |
parent | 61e20df35115cee00971e619a37c2b12df02ece4 (diff) | |
download | gcc-0d28a99e76e73f2c1fbcdc8ca4ed114cad86f0b1.tar.gz |
2010-06-14 Robert Dewar <dewar@adacore.com>
* sem.adb, sem_ch12.adb, sem_util.adb: Minor reformatting and
comment addition.
2010-06-14 Arnaud Charlet <charlet@adacore.com>
* lib-xref.ads: Doc updates:
- Allocate 'Q' for #include entity kind
- Free 'Z'
- Allocate 'g' for regular macros
- Allocate 'G' for function-like macros
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@160726 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/lib-xref.ads')
-rw-r--r-- | gcc/ada/lib-xref.ads | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/lib-xref.ads b/gcc/ada/lib-xref.ads index c36ccefe670..8e2dc450fab 100644 --- a/gcc/ada/lib-xref.ads +++ b/gcc/ada/lib-xref.ads @@ -541,7 +541,7 @@ package Lib.Xref is -- d decimal fixed-point object decimal fixed-point type -- e non-Boolean enumeration object non_Boolean enumeration type -- f floating-point object floating-point type - -- g (unused) (unused) + -- g C/C++ macro C/C++ fun-like macro -- h Interface (Ada 2005) Abstract type -- i signed integer object signed integer type -- j (unused) (unused) @@ -551,7 +551,7 @@ package Lib.Xref is -- n enumeration literal named number -- o ordinary fixed-point object ordinary fixed-point type -- p access object access type - -- q label on block (unused) + -- q label on block C/C++ include file -- r record object record type -- s string object string type -- t task object task type @@ -560,7 +560,7 @@ package Lib.Xref is -- w protected object protected type -- x abstract procedure exception -- y abstract function entry or entry family - -- z generic formal parameter C/C++ macro + -- z generic formal parameter (unused) -------------------------------------- -- Handling of Imported Subprograms -- |