begin
Expand_Call (N);
- -- Handle VAX Float return values from foreign compiled
- -- functions.
+ -- Handle VAX Float return values from foreign compiled functions
+
+ -- More commments required here, what are the tests below for ???
+
if Vax_Float (Etype (N))
and then Nkind (N) = N_Function_Call
and then not (Nkind (Parent (N)) = N_Type_Conversion
- and then not Comes_From_Source (Parent (N)))
+ and then not Comes_From_Source (Parent (N)))
and then Present (Name (N))
and then Present (Entity (Name (N)))
and then Has_Foreign_Convention (Entity (Name (N)))