Commit 8aaeba8f by Robert Dewar Committed by Arnaud Charlet

par.adb: Minor reformatting Add ??? comment for possible bad comment

2009-07-15  Robert Dewar  <dewar@adacore.com>

	* par.adb: Minor reformatting
	Add ??? comment for possible bad comment

	* par-ch10.adb: Minor reformatting

From-SVN: r149677
parent 36366047
2009-07-15 Robert Dewar <dewar@adacore.com>
* par.adb: Minor reformatting
Add ??? comment for possible bad comment
* par-ch10.adb: Minor reformatting
2009-07-15 Ed Schonberg <schonberg@adacore.com> 2009-07-15 Ed Schonberg <schonberg@adacore.com>
* sem_warn.adb (Warn_On_Constant_Condition): if the constant condition * sem_warn.adb (Warn_On_Constant_Condition): if the constant condition
...@@ -29,8 +36,6 @@ ...@@ -29,8 +36,6 @@
2009-07-15 Robert Dewar <dewar@adacore.com> 2009-07-15 Robert Dewar <dewar@adacore.com>
* debug.adb: Add -gnatd.O to output SCO table
* lib-writ.adb (Write_Unit_Information): Use SCO_Output to output SCO * lib-writ.adb (Write_Unit_Information): Use SCO_Output to output SCO
information. information.
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
-- -- -- --
-- B o d y -- -- B o d y --
-- -- -- --
-- Copyright (C) 1992-2008, Free Software Foundation, Inc. -- -- Copyright (C) 1992-2009, Free Software Foundation, Inc. --
-- -- -- --
-- GNAT is free software; you can redistribute it and/or modify it under -- -- 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- -- -- terms of the GNU General Public License as published by the Free Soft- --
...@@ -243,6 +243,7 @@ package body Ch10 is ...@@ -243,6 +243,7 @@ package body Ch10 is
if Token = Tok_Private then if Token = Tok_Private then
Private_Sloc := Token_Ptr; Private_Sloc := Token_Ptr;
Set_Keyword_Casing (Current_Source_File, Determine_Token_Casing); Set_Keyword_Casing (Current_Source_File, Determine_Token_Casing);
if Style_Check then if Style_Check then
Style.Check_Indentation; Style.Check_Indentation;
end if; end if;
...@@ -321,6 +322,7 @@ package body Ch10 is ...@@ -321,6 +322,7 @@ package body Ch10 is
-- it hasn't already been done on seeing a WITH or PRIVATE. -- it hasn't already been done on seeing a WITH or PRIVATE.
Set_Keyword_Casing (Current_Source_File, Determine_Token_Casing); Set_Keyword_Casing (Current_Source_File, Determine_Token_Casing);
if Style_Check then if Style_Check then
Style.Check_Indentation; Style.Check_Indentation;
end if; end if;
...@@ -1059,7 +1061,6 @@ package body Ch10 is ...@@ -1059,7 +1061,6 @@ package body Ch10 is
Set_Proper_Body (Subunit_Node, Body_Node); Set_Proper_Body (Subunit_Node, Body_Node);
return Subunit_Node; return Subunit_Node;
end P_Subunit; end P_Subunit;
------------------ ------------------
......
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