diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-08-02 13:10:33 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-08-02 13:10:33 +0000 |
commit | d9f7965179885a72d801b1f2d873fe404ba40e17 (patch) | |
tree | 31260f5efb109439c9337953245e792f3b84b436 /gcc/ada/switch-c.ads | |
parent | 584b61866dc5971e0b73703264f757c28dd70a2d (diff) | |
download | gcc-d9f7965179885a72d801b1f2d873fe404ba40e17.tar.gz |
2011-08-02 Robert Dewar <dewar@adacore.com>
* sem_ch3.adb, sem_ch5.adb, sem_type.adb, switch-c.adb, switch-c.ads,
sem_prag.adb, sem_util.adb, sem_util.ads, sem_res.adb, warnsw.ads,
prepcomp.ads, cstand.adb, stand.ads, a-calfor.adb, s-stusta.adb:
Minor reformatting.
2011-08-02 Ed Schonberg <schonberg@adacore.com>
* sem_attr.adb: handle properly 'Result when it is a prefix of an
indexed component.
2011-08-02 Javier Miranda <miranda@adacore.com>
* einfo.ads, einfo.adb
(Original_Access_Type): Move this attribute to Node26 since there was
an undocumented use of Node21 in E_Access_Subprogram_Type entities
which causes conflicts and breaks the generation of the .NET compiler.
(Interface_Name): Add missing documentation on JGNAT only uses of
this attribute.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@177145 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/switch-c.ads')
-rw-r--r-- | gcc/ada/switch-c.ads | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gcc/ada/switch-c.ads b/gcc/ada/switch-c.ads index a8327813ac6..2586d60493a 100644 --- a/gcc/ada/switch-c.ads +++ b/gcc/ada/switch-c.ads @@ -24,10 +24,11 @@ ------------------------------------------------------------------------------ -- This package scans front end switches. Note that the body of Usage must be --- coordinated with the switches that are recognized by this package. --- The Usage package also acts as the official documentation for the --- switches that are recognized. In addition, package Debug documents --- the otherwise undocumented debug switches that are also recognized. +-- be coordinated with the switches that are recognized by this package. + +-- The Usage package also acts as the official documentation for the switches +-- that are recognized. In addition, package Debug documents the otherwise +-- undocumented debug switches that are also recognized. with System.Strings; use System.Strings; |