Commit d124a230 by Arnaud Charlet

Minor reformatting.

From-SVN: r103895
parent a2cb348e
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
with Ada.Characters.Wide_Wide_Latin_1; with Ada.Characters.Wide_Wide_Latin_1;
package Ada.Strings.Wide_Wide_Maps.Wide_Wide_Constants is package Ada.Strings.Wide_Wide_Maps.Wide_Wide_Constants is
pragma Preelaborate (Wide_Wide_Constants); pragma Preelaborate;
Control_Set : constant Wide_Wide_Maps.Wide_Wide_Character_Set; Control_Set : constant Wide_Wide_Maps.Wide_Wide_Character_Set;
Graphic_Set : constant Wide_Wide_Maps.Wide_Wide_Character_Set; Graphic_Set : constant Wide_Wide_Maps.Wide_Wide_Character_Set;
......
...@@ -99,11 +99,11 @@ package body Sem_Case is ...@@ -99,11 +99,11 @@ package body Sem_Case is
Msg_Sloc : Source_Ptr) Msg_Sloc : Source_Ptr)
is is
function Lt_Choice (C1, C2 : Natural) return Boolean; function Lt_Choice (C1, C2 : Natural) return Boolean;
-- Comparison routine for comparing Choice_Table entries. -- Comparison routine for comparing Choice_Table entries. Use the lower
-- Use the lower bound of each Choice as the key. -- bound of each Choice as the key.
procedure Move_Choice (From : Natural; To : Natural); procedure Move_Choice (From : Natural; To : Natural);
-- Move routine for sorting the Choice_Table. -- Move routine for sorting the Choice_Table
procedure Issue_Msg (Value1 : Node_Id; Value2 : Node_Id); procedure Issue_Msg (Value1 : Node_Id; Value2 : Node_Id);
procedure Issue_Msg (Value1 : Node_Id; Value2 : Uint); procedure Issue_Msg (Value1 : Node_Id; Value2 : Uint);
...@@ -578,7 +578,7 @@ package body Sem_Case is ...@@ -578,7 +578,7 @@ package body Sem_Case is
Bounds_Lo : Uint; Bounds_Lo : Uint;
Bounds_Hi : Uint; Bounds_Hi : Uint;
-- The actual bounds of the above type. -- The actual bounds of the above type
Expected_Type : Entity_Id; Expected_Type : Entity_Id;
-- The expected type of each choice. Equal to Choice_Type, except -- The expected type of each choice. Equal to Choice_Type, except
......
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