gcc/ada/
* exp_ch7.adb (Expand_N_Package_Declaration): Fix wording in
comment.
* exp_disp.adb (Mark_DT): Remove unnecessary initialization of
I_Depth.
Pop_Scope;
end if;
- -- Build dispatch tables of library level tagged types
+ -- Build dispatch tables of library-level tagged types
if Tagged_Type_Expansion
and then (Is_Compilation_Unit (Id)
Exname : Entity_Id;
HT_Link : Entity_Id;
ITable : Node_Id;
- I_Depth : Nat := 0;
+ I_Depth : Nat;
Iface_Table_Node : Node_Id;
Name_ITable : Name_Id;
Nb_Prim : Nat := 0;