aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRobert Dewar <dewar@adacore.com>2011-09-19 08:26:39 +0000
committerArnaud Charlet <charlet@gcc.gnu.org>2011-09-19 10:26:39 +0200
commite5a163fc25ad3c12e3e02be166bb10a392d4bf9e (patch)
tree3f4bcd58df18fc3172ceefdca2d3d7c1c882b8ef /gcc
parent6d7e5c546191c8f4a05451ee28772fb68dfdcea6 (diff)
downloadgcc-e5a163fc25ad3c12e3e02be166bb10a392d4bf9e.zip
gcc-e5a163fc25ad3c12e3e02be166bb10a392d4bf9e.tar.gz
gcc-e5a163fc25ad3c12e3e02be166bb10a392d4bf9e.tar.bz2
errout.ads: Minor reformatting.
2011-09-19 Robert Dewar <dewar@adacore.com> * errout.ads: Minor reformatting. From-SVN: r178958
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ada/ChangeLog4
-rw-r--r--gcc/ada/errout.ads5
2 files changed, 6 insertions, 3 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index 88ecf6b..55e38dd 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -1,3 +1,7 @@
+2011-09-19 Robert Dewar <dewar@adacore.com>
+
+ * errout.ads: Minor reformatting.
+
2011-09-19 Ed Schonberg <schonberg@adacore.com>
* sem_ch6.adb (Analyze_Expression_Function): When the expression
diff --git a/gcc/ada/errout.ads b/gcc/ada/errout.ads
index ddf34f7..fd2d616 100644
--- a/gcc/ada/errout.ads
+++ b/gcc/ada/errout.ads
@@ -261,8 +261,7 @@ package Errout is
-- it, since it makes it clear that the continuation is part of an
-- unconditional message.
- -- Insertion character !! (unconditional warning)
-
+ -- Insertion character !! (Double exclamation: unconditional warning)
-- Normally warning messages issued in other than the main unit are
-- suppressed. If the message ends with !! then this suppression is
-- avoided. This is currently used by the Compile_Time_Warning pragma
@@ -452,7 +451,7 @@ package Errout is
Error_Msg_Warn : Boolean renames Err_Vars.Error_Msg_Warn;
-- Used if current message contains a < insertion character to indicate
- -- if the current message is a warning message.
+ -- if the current message is a warning message. ??? who turns this off???
Error_Msg_String : String renames Err_Vars.Error_Msg_String;
Error_Msg_Strlen : Natural renames Err_Vars.Error_Msg_Strlen;