Commit e5a163fc by Robert Dewar Committed by Arnaud Charlet

errout.ads: Minor reformatting.

2011-09-19  Robert Dewar  <dewar@adacore.com>

	* errout.ads: Minor reformatting.

From-SVN: r178958
parent 6d7e5c54
2011-09-19 Robert Dewar <dewar@adacore.com>
* errout.ads: Minor reformatting.
2011-09-19 Ed Schonberg <schonberg@adacore.com> 2011-09-19 Ed Schonberg <schonberg@adacore.com>
* sem_ch6.adb (Analyze_Expression_Function): When the expression * sem_ch6.adb (Analyze_Expression_Function): When the expression
......
...@@ -261,8 +261,7 @@ package Errout is ...@@ -261,8 +261,7 @@ package Errout is
-- it, since it makes it clear that the continuation is part of an -- it, since it makes it clear that the continuation is part of an
-- unconditional message. -- unconditional message.
-- Insertion character !! (unconditional warning) -- Insertion character !! (Double exclamation: unconditional warning)
-- Normally warning messages issued in other than the main unit are -- Normally warning messages issued in other than the main unit are
-- suppressed. If the message ends with !! then this suppression is -- suppressed. If the message ends with !! then this suppression is
-- avoided. This is currently used by the Compile_Time_Warning pragma -- avoided. This is currently used by the Compile_Time_Warning pragma
...@@ -452,7 +451,7 @@ package Errout is ...@@ -452,7 +451,7 @@ package Errout is
Error_Msg_Warn : Boolean renames Err_Vars.Error_Msg_Warn; Error_Msg_Warn : Boolean renames Err_Vars.Error_Msg_Warn;
-- Used if current message contains a < insertion character to indicate -- 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_String : String renames Err_Vars.Error_Msg_String;
Error_Msg_Strlen : Natural renames Err_Vars.Error_Msg_Strlen; Error_Msg_Strlen : Natural renames Err_Vars.Error_Msg_Strlen;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment