Commit d1ce5f8c by Arnaud Charlet

minor reformatting.

From-SVN: r238107
parent 0bb97bdf
...@@ -6219,13 +6219,14 @@ package body Exp_Ch9 is ...@@ -6219,13 +6219,14 @@ package body Exp_Ch9 is
procedure Expand_Access_Protected_Subprogram_Type (N : Node_Id) is procedure Expand_Access_Protected_Subprogram_Type (N : Node_Id) is
Loc : constant Source_Ptr := Sloc (N); Loc : constant Source_Ptr := Sloc (N);
Comps : List_Id;
T : constant Entity_Id := Defining_Identifier (N); T : constant Entity_Id := Defining_Identifier (N);
D_T : constant Entity_Id := Designated_Type (T); D_T : constant Entity_Id := Designated_Type (T);
D_T2 : constant Entity_Id := Make_Temporary (Loc, 'D'); D_T2 : constant Entity_Id := Make_Temporary (Loc, 'D');
E_T : constant Entity_Id := Make_Temporary (Loc, 'E'); E_T : constant Entity_Id := Make_Temporary (Loc, 'E');
P_List : constant List_Id := Build_Protected_Spec P_List : constant List_Id :=
(N, RTE (RE_Address), D_T, False); Build_Protected_Spec (N, RTE (RE_Address), D_T, False);
Comps : List_Id;
Decl1 : Node_Id; Decl1 : Node_Id;
Decl2 : Node_Id; Decl2 : Node_Id;
Def1 : Node_Id; Def1 : Node_Id;
......
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