OSDN Git Service

Add Fariborz to my last change.
[pf3gnuchains/gcc-fork.git] / gcc / ada / prj-strt.ads
index 633b022..612a398 100644 (file)
@@ -53,11 +53,16 @@ private package Prj.Strt is
    --  into a table to be checked against the case labels of the
    --  case construction.
 
-   procedure End_Case_Construction;
+   procedure End_Case_Construction
+     (Check_All_Labels   : Boolean;
+      Case_Location      : Source_Ptr);
    --  This procedure is called at the end of a case construction
    --  to remove the case labels and to restore the previous state.
    --  In particular, in the case of nested case constructions,
    --  the case labels of the enclosing case construction are restored.
+   --  When When_Others is False and we are not in quiet output, a warning
+   --  is emitted for each value of the case variable string type that has
+   --  not been specified.
 
    procedure Parse_Choice_List
      (First_Choice : out Project_Node_Id);