Commit 651a2cb0 by Robert Dewar Committed by Arnaud Charlet

exp_dist.adb: Minor reformatting

2008-05-23  Robert Dewar  <dewar@adacore.com>

	* exp_dist.adb: Minor reformatting

From-SVN: r135810
parent 4dff0aaf
...@@ -3094,6 +3094,7 @@ package body Exp_Dist is ...@@ -3094,6 +3094,7 @@ package body Exp_Dist is
declare declare
Zero_Statements : List_Id; Zero_Statements : List_Id;
-- Statements executed when a zero value is received -- Statements executed when a zero value is received
begin begin
if Can_Never_Be_Null (RACW_Type) then if Can_Never_Be_Null (RACW_Type) then
Zero_Statements := New_List ( Zero_Statements := New_List (
...@@ -11364,6 +11365,7 @@ package body Exp_Dist is ...@@ -11364,6 +11365,7 @@ package body Exp_Dist is
is is
Stub_Elements : constant Stub_Structure := Stub_Elements : constant Stub_Structure :=
Stubs_Table.Get (Full_View); Stubs_Table.Get (Full_View);
begin begin
-- For an RACW encountered before the freeze point of its designated -- For an RACW encountered before the freeze point of its designated
-- type, the stub type is generated at the point of the RACW declaration -- type, the stub type is generated at the point of the RACW declaration
...@@ -11378,6 +11380,7 @@ package body Exp_Dist is ...@@ -11378,6 +11380,7 @@ package body Exp_Dist is
Saved_Scope : constant Entity_Id := Current_Scope; Saved_Scope : constant Entity_Id := Current_Scope;
Stubs_Scope : constant Entity_Id := Stubs_Scope : constant Entity_Id :=
Scope (Stub_Elements.Stub_Type); Scope (Stub_Elements.Stub_Type);
begin begin
if Current_Scope /= Stubs_Scope then if Current_Scope /= Stubs_Scope then
Push_Scope (Stubs_Scope); Push_Scope (Stubs_Scope);
......
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