Minor reformatting.
authorArnaud Charlet <charlet@gcc.gnu.org>
Mon, 5 Sep 2005 08:11:07 +0000 (10:11 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Mon, 5 Sep 2005 08:11:07 +0000 (10:11 +0200)
From-SVN: r103895

gcc/ada/a-szmzco.ads
gcc/ada/sem_case.adb

index 146f35f73ebe6c1a010c48b5ce1f73d8545bec60..06695f6082ae9e4610e978b3a22d98848ac1e800 100644 (file)
@@ -38,7 +38,7 @@
 with Ada.Characters.Wide_Wide_Latin_1;
 
 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;
    Graphic_Set           : constant Wide_Wide_Maps.Wide_Wide_Character_Set;
index 09f8e700a01239eea8e99e8ed6ac4ac134c60242..a7df779f32401b536d4356171a24c729b96380ee 100644 (file)
@@ -99,11 +99,11 @@ package body Sem_Case is
       Msg_Sloc       : Source_Ptr)
    is
       function Lt_Choice (C1, C2 : Natural) return Boolean;
-      --  Comparison routine for comparing Choice_Table entries.
-      --  Use the lower bound of each Choice as the key.
+      --  Comparison routine for comparing Choice_Table entries. Use the lower
+      --  bound of each Choice as the key.
 
       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 : Uint);
@@ -578,7 +578,7 @@ package body Sem_Case is
 
          Bounds_Lo : Uint;
          Bounds_Hi : Uint;
-         --  The actual bounds of the above type.
+         --  The actual bounds of the above type
 
          Expected_Type : Entity_Id;
          --  The expected type of each choice. Equal to Choice_Type, except