diff options
author | Thomas Quinot <quinot@adacore.com> | 2009-04-10 15:12:15 +0000 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2009-04-10 17:12:15 +0200 |
commit | d8221f45584159193e29130db4628f7d0b2b42c7 (patch) | |
tree | 7d92a274a03447cdc281929dbb31f4f476e405c4 /gcc/ada/sem_ch11.adb | |
parent | f559e62f2030798aa8462c02143b64419c989ef2 (diff) | |
download | gcc-d8221f45584159193e29130db4628f7d0b2b42c7.zip gcc-d8221f45584159193e29130db4628f7d0b2b42c7.tar.gz gcc-d8221f45584159193e29130db4628f7d0b2b42c7.tar.bz2 |
sem_ch6.ads (Check_Subtype_Conformant): Add ??? comment for undocumented formal.
2009-04-10 Thomas Quinot <quinot@adacore.com>
* sem_ch6.ads (Check_Subtype_Conformant): Add ??? comment for
undocumented formal.
Minor reformatting
* a-direio.ads: Fix typo in comment
* sem_ch3.adb, g-dirope.adb, sem_type.adb, sem_ch12.adb, sem_case.adb,
errout.adb, sem_ch4.adb, sem_ch11.adb, exp_dist.adb, sem_ch13.adb:
Use uniform phrasing for comment at start of subprogram body.
* xsnamest.adb: Add note to explain why we use specific names for the
newly generated files instead of generating snames.{ads,adb,h} directly
From-SVN: r145918
Diffstat (limited to 'gcc/ada/sem_ch11.adb')
-rw-r--r-- | gcc/ada/sem_ch11.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/sem_ch11.adb b/gcc/ada/sem_ch11.adb index 1aa3e7c..8aedaf5 100644 --- a/gcc/ada/sem_ch11.adb +++ b/gcc/ada/sem_ch11.adb @@ -156,7 +156,7 @@ package body Sem_Ch11 is return False; end Others_Present; - -- Start processing for Analyze_Exception_Handlers + -- Start of processing for Analyze_Exception_Handlers begin Handler := First (L); |