summaryrefslogtreecommitdiff
path: root/gcc/ada/errout.ads
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@adacore.com>2010-06-18 12:14:52 +0000
committerArnaud Charlet <charlet@gcc.gnu.org>2010-06-18 14:14:52 +0200
commited2233dc6daaa5066470858c3ff939392b2f42ff (patch)
treebef0d0f79e8fa4b8956e144ca031f29b858f8ed9 /gcc/ada/errout.ads
parent9628d8f6670fcf721ce6c96619820e9fe6f90174 (diff)
downloadgcc-ed2233dc6daaa5066470858c3ff939392b2f42ff.tar.gz
par-ch9.adb, [...]: Update comments.
* par-ch9.adb, sem_aggr.adb, sem_ch3.adb, layout.adb, sem_ch4.adb, sem_ch5.adb, sem_mech.adb, exp_util.adb, par-ch10.adb, sem_ch6.adb, par-ch11.adb, sem_ch7.adb, par-prag.adb, exp_disp.adb, par-ch12.adb, sem_ch8.adb, style.adb, sem_ch9.adb, sem_ch10.adb, prep.adb, sem_warn.adb, par-util.adb, scng.adb, sem_eval.adb, checks.adb, sem_prag.adb, sem_ch12.adb, styleg.adb, sem_ch13.adb, par-ch3.adb, par-tchk.adb, freeze.adb, sfn_scan.adb, par-ch4.adb, sem_util.adb, sem_res.adb, par-ch5.adb, lib-xref.adb, sem_attr.adb, par-ch6.adb, sem_disp.adb, prepcomp.adb, par-ch7.adb, sem_elab.adb, exp_ch4.adb, errout.ads: Update comments. Minor reformatting. From-SVN: r160979
Diffstat (limited to 'gcc/ada/errout.ads')
-rw-r--r--gcc/ada/errout.ads9
1 files changed, 1 insertions, 8 deletions
diff --git a/gcc/ada/errout.ads b/gcc/ada/errout.ads
index e4d8a62e6dc..a6a72aeffbf 100644
--- a/gcc/ada/errout.ads
+++ b/gcc/ada/errout.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- Copyright (C) 1992-2009, Free Software Foundation, Inc. --
+-- Copyright (C) 1992-2010, Free Software Foundation, Inc. --
-- --
-- GNAT is free software; you can redistribute it and/or modify it under --
-- terms of the GNU General Public License as published by the Free Soft- --
@@ -601,13 +601,6 @@ package Errout is
-- without appropriate coordination. If new messages are added which may
-- be susceptible to automatic codefix action, they are marked using:
- -- Error_Msg -- CODEFIX???
- -- (parameters)
-
- -- And subsequently either the appropriate code is added to codefix and the
- -- ??? are removed, or it is determined that this is not an appropriate
- -- case for codefix action, and the comment is removed.
-
------------------------------
-- Error Output Subprograms --
------------------------------