Commit 6fd459bb by Thomas Quinot Committed by Arnaud Charlet

usage.adb: Change "pragma inline" to "pragma Inline" in information and error messages

2004-10-04  Thomas Quinot  <quinot@act-europe.fr>

	* usage.adb: Change "pragma inline" to "pragma Inline" in information
	and error messages

From-SVN: r88487
parent 5885facb
2004-10-04 Thomas Quinot <quinot@act-europe.fr> 2004-10-04 Thomas Quinot <quinot@act-europe.fr>
* usage.adb: Change "pragma inline" to "pragma Inline" in information
and error messages
2004-10-04 Thomas Quinot <quinot@act-europe.fr>
* exp_dist.adb: Split declaration of asynchronous flag out of * exp_dist.adb: Split declaration of asynchronous flag out of
Add_RACW_Read_Attribute. Add_RACW_Read_Attribute.
Minor reformatting for better alignment with PolyORB version. Minor reformatting for better alignment with PolyORB version.
......
...@@ -375,8 +375,8 @@ begin ...@@ -375,8 +375,8 @@ begin
Write_Line (" n* normal warning mode (cancels -gnatws/-gnatwe)"); Write_Line (" n* normal warning mode (cancels -gnatws/-gnatwe)");
Write_Line (" o* turn on warnings for address clause overlay"); Write_Line (" o* turn on warnings for address clause overlay");
Write_Line (" O turn off warnings for address clause overlay"); Write_Line (" O turn off warnings for address clause overlay");
Write_Line (" p turn on warnings for ineffective pragma inline"); Write_Line (" p turn on warnings for ineffective pragma Inline");
Write_Line (" P* turn off warnings for ineffective pragma inline"); Write_Line (" P* turn off warnings for ineffective pragma Inline");
Write_Line (" r turn on warnings for redundant construct"); Write_Line (" r turn on warnings for redundant construct");
Write_Line (" R* turn off warnings for redundant construct"); Write_Line (" R* turn off warnings for redundant construct");
Write_Line (" s suppress all warnings"); Write_Line (" s suppress all warnings");
......
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