diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-08-31 10:25:05 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-08-31 10:25:05 +0000 |
commit | b5e2413e4ae0da5e9dfb18073ecb9737fff4fadf (patch) | |
tree | f1e88bfda22dd5a27db9fd6c3b9c1d89c38b041a /gcc/ada/stand.ads | |
parent | 156c0b7e6890bceada412b232e42381d6b0e1753 (diff) | |
download | gcc-b5e2413e4ae0da5e9dfb18073ecb9737fff4fadf.tar.gz |
2007-08-31 Vincent Celier <celier@adacore.com>
* fmap.ads: Minor comment updates
2007-08-31 GNAT Script <nobody@adacore.com>
* Make-lang.in: Makefile automatically updated
2007-08-31 Bob Duff <duff@adacore.com>
* sinfo.ads: Minor comment fix.
2007-08-31 Thomas Quinot <quinot@adacore.com>
* stand.ads: (Standard_Debug_Renaming_Type): Make comment consistent
with implementation.
Documentation cleanup only.
2007-08-31 Sergey Rybin <rybin@adacore.com>
* vms_data.ads: Add new qualifier /STMT_NAME_ON_NEW_LINE for the new
gnatpp '--separate-stmt-name' option.
Add new qualifier /USE_ON_NEW_LIN for the new gnatpp '--use-on-new-line'
option.
* gnat_ugn.texi: Add description for the new gnatpp
'--separate-stmt-name' and '--use-on-new-line' options.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@127984 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/stand.ads')
-rw-r--r-- | gcc/ada/stand.ads | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/stand.ads b/gcc/ada/stand.ads index 1b18bafc23b..32b769fab38 100644 --- a/gcc/ada/stand.ads +++ b/gcc/ada/stand.ads @@ -346,7 +346,7 @@ package Stand is -- denote a thin pointer component. Standard_Debug_Renaming_Type : Entity_Id; - -- A null record type with zero size, used as the type of variables used + -- A zero-size subtype of Integer, used as the type of variables used -- to provide the debugger with name encodings for renaming declarations. -- The entities labeled Any_xxx are used in situations where the full |